fix: upgrade to 2024-12-15 Rust nightly

This commit is contained in:
Harsh Shandilya 2024-12-16 18:17:29 +05:30
parent 637dd2fb45
commit bd500e2a08
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@
rustNightly = (import fenix {inherit pkgs;}).fromToolchainFile {
file = ./rust-toolchain.toml;
sha256 = "sha256-JZmAwvZMqxCL1f5jzPeho7ZoaaesUvIvXEf4gAtC5Mg=";
sha256 = "sha256-XPGNBesOSwZJCXgynlavqa5QdsTAnodTmbx6t6XUWsY=";
};
craneLib = (crane.mkLib pkgs).overrideToolchain rustNightly;

View file

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