chore: update rust

This commit is contained in:
Anna 2021-10-04 14:03:59 -04:00
parent bbe79fd49d
commit 5bacb9f5da
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ let
in
pkgs.mkShell {
buildInputs = [
(pkgs.rustChannelOf { date = "2021-09-20"; channel = "nightly"; }).rust
(pkgs.rustChannelOf { date = "2021-10-03"; channel = "nightly"; }).rust
pkgs.gcc
pkgs.patchelf
];