chore(rust): upgrade to 1.83.0

This is needed for std::io::ErrorKind::DirectoryNotEmpty
This commit is contained in:
Matthias Ahouansou
2025-04-27 17:08:50 +01:00
parent bdf2014cf4
commit 33b02c868d
5 changed files with 7 additions and 7 deletions

View File

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