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 f5c7ea9 commit 9514569
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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"
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(incomplete_features)]
#![feature(async_fn_in_trait)]
#![feature(let_chains)]
mod commands;
mod deamp;
Expand Down

0 comments on commit 9514569

Please sign in to comment.