update the rust toolchain, ignore new lints

I will fix them in follow-up commits. Also apparently rustc doesn't warn
you when you pass it lints that don't exist (yet) so that's annoying.
This commit is contained in:
Charles Hall 2024-05-21 20:36:04 -07:00
parent 82c37f2983
commit 518d0c9cf3
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 15 additions and 4 deletions

View file

@ -9,7 +9,7 @@
# If you're having trouble making the relevant changes, bug a maintainer.
[toolchain]
channel = "1.75.0"
channel = "1.78.0"
components = [
# For rust-analyzer
"rust-src",