Skip to content

Commit ec30cfe

Browse files
committed
update rust
1 parent 460e924 commit ec30cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ in with nixpkgs;
1818
name = "moz_overlay_shell";
1919
nativeBuildInputs = [ pkg-config clang lld ];
2020
buildInputs = [
21-
(nixpkgs.rustChannelOf { date = "2024-03-17"; channel = "nightly"; }).rust
21+
(nixpkgs.rustChannelOf { date = "2024-04-20"; channel = "nightly"; }).rust
2222
rustup
2323
pkg-config
2424

0 commit comments

Comments
 (0)