Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a881a83

Browse files
authoredAug 19, 2021
Bump to 0.2.76 (#2661)
1 parent c583098 commit a881a83

File tree

48 files changed

+108
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+108
-100
lines changed
 

‎CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
--------------------------------------------------------------------------------
44

5+
## 0.2.76
6+
7+
Released 2021-08-19.
8+
9+
[changes](https://github.com/rustwasm/wasm-bindgen/compare/0.2.75...0.2.76)
10+
11+
--------------------------------------------------------------------------------
12+
513
## 0.2.75
614

715
Released 2021-08-02.

‎Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-bindgen"
3-
version = "0.2.75"
3+
version = "0.2.76"
44
authors = ["The wasm-bindgen Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
@@ -36,15 +36,15 @@ strict-macro = ["wasm-bindgen-macro/strict-macro"]
3636
xxx_debug_only_print_generated_code = ["wasm-bindgen-macro/xxx_debug_only_print_generated_code"]
3737

3838
[dependencies]
39-
wasm-bindgen-macro = { path = "crates/macro", version = "=0.2.75" }
39+
wasm-bindgen-macro = { path = "crates/macro", version = "=0.2.76" }
4040
serde = { version = "1.0", optional = true }
4141
serde_json = { version = "1.0", optional = true }
4242
cfg-if = "1.0.0"
4343

4444
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
45-
js-sys = { path = 'crates/js-sys', version = '0.3.52' }
46-
wasm-bindgen-test = { path = 'crates/test', version = '=0.3.25' }
47-
wasm-bindgen-futures = { path = 'crates/futures', version = '=0.4.25' }
45+
js-sys = { path = 'crates/js-sys', version = '0.3.53' }
46+
wasm-bindgen-test = { path = 'crates/test', version = '=0.3.26' }
47+
wasm-bindgen-futures = { path = 'crates/futures', version = '=0.4.26' }
4848
serde_derive = "1.0"
4949
wasm-bindgen-test-crate-a = { path = 'tests/crates/a', version = '0.1' }
5050
wasm-bindgen-test-crate-b = { path = 'tests/crates/b', version = '0.1' }

0 commit comments

Comments
 (0)
Please sign in to comment.