We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4695573 + 7eb11a7 commit cb432beCopy full SHA for cb432be
crates/test/Cargo.toml
@@ -10,7 +10,7 @@ repository = "https://github.com/rustwasm/wasm-bindgen"
10
console_error_panic_hook = '0.1'
11
futures = "0.1"
12
js-sys = { path = '../js-sys', version = '0.3.14' }
13
-scoped-tls = "0.1"
+scoped-tls = "1.0"
14
wasm-bindgen = { path = '../..', version = '0.2.37' }
15
wasm-bindgen-futures = { path = '../futures', version = '0.3.14' }
16
wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.2.37' }
0 commit comments