mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-15 21:02:10 +03:00
7eb11a7faa
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](https://github.com/alexcrichton/scoped-tls/compare/0.1.0...1.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
20 lines
588 B
TOML
20 lines
588 B
TOML
[package]
|
|
name = "wasm-bindgen-test"
|
|
version = "0.2.37"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
description = "Internal testing crate for wasm-bindgen"
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/rustwasm/wasm-bindgen"
|
|
|
|
[dependencies]
|
|
console_error_panic_hook = '0.1'
|
|
futures = "0.1"
|
|
js-sys = { path = '../js-sys', version = '0.3.14' }
|
|
scoped-tls = "1.0"
|
|
wasm-bindgen = { path = '../..', version = '0.2.37' }
|
|
wasm-bindgen-futures = { path = '../futures', version = '0.3.14' }
|
|
wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.2.37' }
|
|
|
|
[lib]
|
|
test = false
|