Skip to content

Commit

Permalink
example: fix rust-wasm example
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Oct 16, 2024
1 parent 565f629 commit c374482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/rust-wasm-cross/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/rust-wasm-cross/devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
languages.rust = {
enable = true;
# https://devenv.sh/reference/options/#languagesrustchannel
channel = "nightly";
channel = "stable";

targets = [ "wasm32-unknown-unknown" ];

Expand Down

0 comments on commit c374482

Please sign in to comment.