feat(rust): upgrade to 1.70.0

This commit is contained in:
Harsh Shandilya 2023-06-16 11:23:29 +05:30
parent ce22cd9e3c
commit ade9df68d6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

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

View file

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