Skip to content

Commit

Permalink
fix(rust-complex): use beta toolchain
Browse files Browse the repository at this point in the history
Nightly toolchain has a bug, which prevents proc-macro crate to be built

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Jul 18, 2023
1 parent 2cc3071 commit 8cdd232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rust-complex/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly"
channel = "beta"
targets = [
"wasm32-unknown-unknown"
]

0 comments on commit 8cdd232

Please sign in to comment.