Skip to content

Commit

Permalink
fix: bump nix rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
brokad authored Sep 6, 2021
1 parent a07fa24 commit 4e444ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
self: super: {
synthPackages = {
rustToolchain = super.rustChannelOf {
date = "2021-05-17";
date = "2021-09-01";
channel = "nightly";
};

Expand Down

0 comments on commit 4e444ef

Please sign in to comment.