mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 14:07:01 +05:30
fix(rust): bump to nightly-2023-07-08
This commit is contained in:
parent
9432c203d5
commit
cbb2419bf3
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue