chore: bump rust to 1.79.0 and apply new lints

This commit is contained in:
Matthias Ahouansou 2024-06-21 08:29:33 +01:00
parent ffc57f8997
commit 9014e43ce1
No known key found for this signature in database
5 changed files with 10 additions and 13 deletions

View file

@ -2,7 +2,6 @@
#
# Other files that need upkeep when this changes:
#
# * `.gitlab-ci.yml`
# * `Cargo.toml`
# * `flake.nix`
#
@ -10,7 +9,7 @@
# If you're having trouble making the relevant changes, bug a maintainer.
[toolchain]
channel = "1.78.0"
channel = "1.79.0"
components = [
# For rust-analyzer
"rust-src",