chore(rust): upgrade to 1.72.0 stable

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

View File

@ -50,7 +50,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;

View File

@ -1,5 +1,5 @@
[toolchain]
channel = "1.70.0"
channel = "1.72.0"
components = ["clippy", "rustfmt", "rust-src"]
targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal"