Skip to content

Commit f0f4189

Browse files
committed
Add missing rust-toolchain.toml file to ping-pong (to pin rustc to 1.81.0 for the cw ref types issue)
1 parent df96c73 commit f0f4189

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/pingpong/rust-toolchain.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[toolchain]
2+
channel = "1.81.0"
3+
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)