Skip to content

Commit

Permalink
nix: change rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed May 23, 2024
1 parent 9aaa0be commit 394fb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
};

# define Rust toolchain version and targets to be used in this flake
rust = (pkgs.rust-bin.stable."1.78.0".default.override
rust = (pkgs.rust-bin.stable."1.77.2".default.override
{
targets = [ "wasm32-unknown-unknown" ];
});
Expand Down

0 comments on commit 394fb72

Please sign in to comment.