fix: update rust

This commit is contained in:
Anna 2021-12-06 16:09:41 -05:00
parent 4ef4d6a003
commit 9f36f48b77
1 changed files with 1 additions and 1 deletions

View File

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