feat(rust): upgrade to latest nightly

This commit is contained in:
Harsh Shandilya 2023-10-22 15:12:12 +05:30
parent b8c19bdf90
commit 38d7514318
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

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

View file

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