mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Add the unstable section back in .cargo/config.toml (#3896)
This commit is contained in:
parent
5a1864643f
commit
1707f03784
@ -3,3 +3,7 @@ runner = 'wasm-bindgen-test-runner'
|
||||
|
||||
[target.'cfg(all(target_arch = "wasm32", target_os = "wasi"))']
|
||||
runner = 'wasmtime -W unknown-imports-trap=y'
|
||||
|
||||
# This section needs to be last.
|
||||
# GitHub Actions modifies this section.
|
||||
[unstable]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user