diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 02:49:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 02:49:42 +0000 |
commit | 837b550238aa671a591ccf282dddeab29cadb206 (patch) | |
tree | 914b6b8862bace72bd3245ca184d374b08d8a672 /vendor/wasm-bindgen-macro/Cargo.toml | |
parent | Adding debian version 1.70.0+dfsg2-1. (diff) | |
download | rustc-837b550238aa671a591ccf282dddeab29cadb206.tar.xz rustc-837b550238aa671a591ccf282dddeab29cadb206.zip |
Merging upstream version 1.71.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/wasm-bindgen-macro/Cargo.toml')
-rw-r--r-- | vendor/wasm-bindgen-macro/Cargo.toml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/vendor/wasm-bindgen-macro/Cargo.toml b/vendor/wasm-bindgen-macro/Cargo.toml index 99d0e52a5..9bdda78c4 100644 --- a/vendor/wasm-bindgen-macro/Cargo.toml +++ b/vendor/wasm-bindgen-macro/Cargo.toml @@ -12,7 +12,7 @@ [package] edition = "2018" name = "wasm-bindgen-macro" -version = "0.2.83" +version = "0.2.84" authors = ["The wasm-bindgen Developers"] description = """ Definition of the `#[wasm_bindgen]` attribute, an internal dependency @@ -30,16 +30,19 @@ proc-macro = true version = "1.0" [dependencies.wasm-bindgen-macro-support] -version = "=0.2.83" +version = "=0.2.84" [dev-dependencies.trybuild] version = "1.0" [dev-dependencies.wasm-bindgen] -version = "0.2.83" +version = "0.2.84" [dev-dependencies.wasm-bindgen-futures] -version = "0.4.33" +version = "0.4.34" + +[dev-dependencies.web-sys] +version = "0.3.61" [features] spans = ["wasm-bindgen-macro-support/spans"] |