Skip to content

Commit

Permalink
Fix node compilation (#516)
Browse files Browse the repository at this point in the history
Add rust-src to `components` field in rust-toolchain.toml
  • Loading branch information
ebma authored Jan 31, 2025
1 parent a9caa72 commit 93c9dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.77.0"
components = ["rustfmt", "clippy"]
channel = "1.77.0"
components = ["rustfmt", "clippy", "rust-src"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit 93c9dbe

Please sign in to comment.