chore(rust): upgrade to 1.72.0 stable

This commit is contained in:
Harsh Shandilya 2023-08-25 03:38:34 +05:30
parent cbc168eee2
commit 6d75c14a93
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@
rustStable = (import fenix {inherit pkgs;}).fromToolchainFile {
file = ./rust-toolchain.toml;
sha256 = "sha256-gdYqng0y9iHYzYPAdkC/ka3DRny3La/S5G8ASj0Ayyc=";
sha256 = "sha256-Q9UgzzvxLi4x9aWUJTn+/5EXekC98ODRU1TwhUs9RnY=";
};
craneLib = (crane.mkLib pkgs).overrideToolchain rustStable;