Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Mar 6, 2024
1 parent becce87 commit f7a5dd3
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 @@ -41,7 +41,7 @@
overlays = [ (import inputs.rust-overlay) ];
};

rustToolchain = pkgs.rust-bin.stable."1.75.0".minimal.override {
rustToolchain = pkgs.rust-bin.nightly.latest.minimal.override {
# Set the build targets supported by the toolchain,
# wasm32-unknown-unknown is required for trunk.
targets = [ "wasm32-unknown-unknown" ];
Expand Down

0 comments on commit f7a5dd3

Please sign in to comment.