Skip to content

Commit

Permalink
tooling: update rust nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaKeks committed Jun 30, 2024
1 parent c8b67a4 commit c235f46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# fixed versions of stable & nightly toolchains
rust-stable = pkgs.rust-bin.stable."1.79.0";
rust-nightly = pkgs.rust-bin.nightly."2024-06-24";
rust-nightly = pkgs.rust-bin.nightly."2024-06-25";

# function for instantiating a stable toolchain with a set of components
mkToolchain = extensions: rust-stable.minimal.override {
Expand Down

0 comments on commit c235f46

Please sign in to comment.