Skip to content

Commit

Permalink
chore: downgrade rust version for wasm crate
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyaasir committed Nov 13, 2024
1 parent b5e19dc commit ab12d39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/wasm/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[toolchain]
channel = "stable"
#@itsyaasir - Update to latest stable version when wasm-bindgen is updated
channel = "1.81"
components = ["rustfmt"]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"

0 comments on commit ab12d39

Please sign in to comment.