Skip to content

Commit 50983dc

Browse files
authored
Use wasm32v1-none target (#84)
Signed-off-by: tmpolaczyk <[email protected]>
1 parent 85410b7 commit 50983dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
22
channel = "1.88.0"
33
components = [ "rustfmt", "clippy", "rust-src" ]
4-
targets = [ "wasm32-unknown-unknown" ]
4+
targets = [ "wasm32v1-none" ]
55
profile = "minimal"

0 commit comments

Comments
 (0)