Skip to content

Commit

Permalink
Bump Rust 1.75.0 -> 1.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Mar 5, 2024
1 parent acc0f0e commit 184f665
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions rust/flake.lock

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

6 changes: 3 additions & 3 deletions rust/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
rust-tcfile = final.rust-bin.fromRustupToolchainFile ./rust-toolchain;
rust-latest = final.rust-bin.stable .latest ;
rust-beta = final.rust-bin.beta .latest ;
rust-nightly = final.rust-bin.nightly."2024-01-10";
rust-stable = final.rust-bin.stable ."1.75.0" ; # nix flake lock --update-input rust-overlay
rust-nightly = final.rust-bin.nightly."2024-03-03";
rust-stable = final.rust-bin.stable ."1.76.0" ; # nix flake lock --update-input rust-overlay
rust-analyzer-preview-on = date:
final.rust-bin.nightly.${date}.default.override {
extensions = [ "rust-analyzer-preview" ];
Expand All @@ -67,7 +67,7 @@
# extensions = [];
# targets = [ "wasm32-unknown-unknown" ];
};
rust-analyzer-preview = rust-analyzer-preview-on "2024-01-10";
rust-analyzer-preview = rust-analyzer-preview-on "2024-03-03";
rust-src = rust-stable.rust-src;
})
];
Expand Down

0 comments on commit 184f665

Please sign in to comment.