chore: update Rust toolchain to version 1.83

- Upgraded the Rust version in rust-toolchain.toml to 1.83.
- Ensures compatibility and access to the latest features and fixes.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-12-20 09:00:01 +01:00
parent e4629aee55
commit 83d57bf354
Signed by: harald
GPG key ID: F519A1143B3FBE32
3 changed files with 5 additions and 4 deletions

View file

@ -30,6 +30,7 @@
];
postInstall = ''
removeReferencesToVendoredSources "$out" "$cargoVendorDir"
removeReferencesToVendoredSources "$out" "${teepotCrate.rustVersion}/lib/rustlib/"
mkdir -p $out/nix-support
for i in $outputs; do
[[ $i == "out" ]] && continue