Skip to content

Commit

Permalink
feat(rust): upgrade to latest nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Oct 22, 2023
1 parent b8c19bd commit 38d7514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 38d7514

Please sign in to comment.