feat(rust): upgrade to 2024-05-25 nightly

This commit is contained in:
Harsh Shandilya 2024-05-25 15:43:10 +05:30
parent 523ea3ae13
commit ab53167fe8
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@
rustNightly = (import fenix {inherit pkgs;}).fromToolchainFile {
file = ./rust-toolchain.toml;
sha256 = "sha256-Fo3VT4BvAUzTBjRNZQJGy7X5/X+CL0KzNPjmozMl93A=";
sha256 = "sha256-06+9aeJuWbe9VpXKV60/nyNK3BLGoSUFljQFfpXDOuY=";
};
craneLib = (crane.mkLib pkgs).overrideToolchain rustNightly;

View file

@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2024-05-24"
channel = "nightly-2024-05-25"
components = ["clippy", "rustfmt", "rust-src"]
targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal"