fix(rust): upgrade to newer nightly

This commit is contained in:
Harsh Shandilya 2024-03-14 17:53:22 +05:30
parent 02cd1f8cee
commit 18fa5c4fe2
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
rustNightly = (import fenix {inherit pkgs;}).fromToolchainFile {
file = ./rust-toolchain.toml;
sha256 = "sha256-3+hzpuIkf2KFGyop0DgMPI5nCY6IQX8I6XdIUwn4nAI=";
sha256 = "sha256-Je+rS6Tgc04HqvDj2XvjOpbyIAcEee0JqqrG7+cUydI=";
};
craneLib = (crane.mkLib pkgs).overrideToolchain rustNightly;

View File

@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2023-10-22"
channel = "nightly-2024-01-09"
components = ["clippy", "rustfmt", "rust-src"]
targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal"