Skip to content

Commit 1707f03

Browse files
Add the unstable section back in .cargo/config.toml (#3896)
1 parent 5a18646 commit 1707f03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cargo/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ runner = 'wasm-bindgen-test-runner'
33

44
[target.'cfg(all(target_arch = "wasm32", target_os = "wasi"))']
55
runner = 'wasmtime -W unknown-imports-trap=y'
6+
7+
# This section needs to be last.
8+
# GitHub Actions modifies this section.
9+
[unstable]

0 commit comments

Comments
 (0)