fix(rust): bump to nightly-2023-07-08

This commit is contained in:
Harsh Shandilya 2023-07-08 16:04:54 +05:30
parent 9432c203d5
commit cbb2419bf3
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@
rustNightly = (import fenix {inherit pkgs;}).fromToolchainFile {
file = ./rust-toolchain.toml;
sha256 = "sha256-0t+XYT0Om/dDfjsFljZLULbQNJ4hMysyvUnHEoAryAk=";
sha256 = "sha256-82DGbCq7ApCvuK50r13jEMPUqoOEQqQAysGnyvgANNg=";
};
craneLib = (crane.mkLib pkgs).overrideToolchain rustNightly;

View file

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