Skip to content

Commit 7eb11a7

Browse files
Update scoped-tls requirement from 0.1 to 1.0
Updates the requirements on [scoped-tls](https://github.com/alexcrichton/scoped-tls) to permit the latest version. - [Release notes](https://github.com/alexcrichton/scoped-tls/releases) - [Commits](alexcrichton/scoped-tls@0.1.0...1.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6cabb07 commit 7eb11a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/rustwasm/wasm-bindgen"
1010
console_error_panic_hook = '0.1'
1111
futures = "0.1"
1212
js-sys = { path = '../js-sys', version = '0.3.14' }
13-
scoped-tls = "0.1"
13+
scoped-tls = "1.0"
1414
wasm-bindgen = { path = '../..', version = '0.2.37' }
1515
wasm-bindgen-futures = { path = '../futures', version = '0.3.14' }
1616
wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.2.37' }

0 commit comments

Comments
 (0)