Skip to content

Commit 53a85a8

Browse files
committed
bump version
1 parent 153a6aa commit 53a85a8

File tree

49 files changed

+105
-105
lines changed

Some content is hidden

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

49 files changed

+105
-105
lines changed

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.84"
3+
version = "0.2.85"
44
authors = ["The wasm-bindgen Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
@@ -41,15 +41,15 @@ xxx_debug_only_print_generated_code = [
4141
]
4242

4343
[dependencies]
44-
wasm-bindgen-macro = { path = "crates/macro", version = "=0.2.84" }
44+
wasm-bindgen-macro = { path = "crates/macro", version = "=0.2.85" }
4545
serde = { version = "1.0", optional = true }
4646
serde_json = { version = "1.0", optional = true }
4747
cfg-if = "1.0.0"
4848

4949
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
50-
js-sys = { path = 'crates/js-sys', version = '0.3.61' }
51-
wasm-bindgen-test = { path = 'crates/test', version = '=0.3.34' }
52-
wasm-bindgen-futures = { path = 'crates/futures', version = '=0.4.34' }
50+
js-sys = { path = 'crates/js-sys', version = '0.3.62' }
51+
wasm-bindgen-test = { path = 'crates/test', version = '=0.3.35' }
52+
wasm-bindgen-futures = { path = 'crates/futures', version = '=0.4.35' }
5353
serde_derive = "1.0"
5454
wasm-bindgen-test-crate-a = { path = 'tests/crates/a', version = '0.1' }
5555
wasm-bindgen-test-crate-b = { path = 'tests/crates/b', version = '0.1' }

crates/backend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-bindgen-backend"
3-
version = "0.2.84"
3+
version = "0.2.85"
44
authors = ["The wasm-bindgen Developers"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend"
@@ -22,4 +22,4 @@ once_cell = "1.12"
2222
proc-macro2 = "1.0"
2323
quote = '1.0'
2424
syn = { version = '2.0', features = ['full'] }
25-
wasm-bindgen-shared = { path = "../shared", version = "=0.2.84" }
25+
wasm-bindgen-shared = { path = "../shared", version = "=0.2.85" }

crates/cli-support/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-bindgen-cli-support"
3-
version = "0.2.84"
3+
version = "0.2.85"
44
authors = ["The wasm-bindgen Developers"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/cli-support"
@@ -19,10 +19,10 @@ rustc-demangle = "0.1.13"
1919
serde_json = "1.0"
2020
tempfile = "3.0"
2121
walrus = "0.19.0"
22-
wasm-bindgen-externref-xform = { path = '../externref-xform', version = '=0.2.84' }
23-
wasm-bindgen-multi-value-xform = { path = '../multi-value-xform', version = '=0.2.84' }
24-
wasm-bindgen-shared = { path = "../shared", version = '=0.2.84' }
25-
wasm-bindgen-threads-xform = { path = '../threads-xform', version = '=0.2.84' }
26-
wasm-bindgen-wasm-conventions = { path = '../wasm-conventions', version = '=0.2.84' }
27-
wasm-bindgen-wasm-interpreter = { path = "../wasm-interpreter", version = '=0.2.84' }
22+
wasm-bindgen-externref-xform = { path = '../externref-xform', version = '=0.2.85' }
23+
wasm-bindgen-multi-value-xform = { path = '../multi-value-xform', version = '=0.2.85' }
24+
wasm-bindgen-shared = { path = "../shared", version = '=0.2.85' }
25+
wasm-bindgen-threads-xform = { path = '../threads-xform', version = '=0.2.85' }
26+
wasm-bindgen-wasm-conventions = { path = '../wasm-conventions', version = '=0.2.85' }
27+
wasm-bindgen-wasm-interpreter = { path = "../wasm-interpreter", version = '=0.2.85' }
2828
unicode-ident = "1.0.5"

crates/cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-bindgen-cli"
3-
version = "0.2.84"
3+
version = "0.2.85"
44
authors = ["The wasm-bindgen Developers"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/cli"
@@ -26,8 +26,8 @@ serde = { version = "1.0", features = ['derive'] }
2626
serde_derive = "1.0"
2727
serde_json = "1.0"
2828
walrus = { version = "0.19.0", features = ['parallel'] }
29-
wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.84" }
30-
wasm-bindgen-shared = { path = "../shared", version = "=0.2.84" }
29+
wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.85" }
30+
wasm-bindgen-shared = { path = "../shared", version = "=0.2.85" }
3131

3232
[dev-dependencies]
3333
assert_cmd = "1.0"

crates/externref-xform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-bindgen-externref-xform"
3-
version = "0.2.84"
3+
version = "0.2.85"
44
authors = ["The wasm-bindgen Developers"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/externref-xform"

crates/futures/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ license = "MIT/Apache-2.0"
77
name = "wasm-bindgen-futures"
88
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures"
99
readme = "./README.md"
10-
version = "0.4.34"
10+
version = "0.4.35"
1111
edition = "2018"
1212

1313
[dependencies]
1414
cfg-if = "1.0.0"
15-
js-sys = { path = "../js-sys", version = '0.3.61' }
16-
wasm-bindgen = { path = "../..", version = '0.2.84' }
15+
js-sys = { path = "../js-sys", version = '0.3.62' }
16+
wasm-bindgen = { path = "../..", version = '0.2.85' }
1717
futures-core = { version = '0.3.8', default-features = false, optional = true }
1818

1919
[features]
@@ -28,6 +28,6 @@ features = [
2828
]
2929

3030
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
31-
wasm-bindgen-test = { path = '../test', version = '0.3.34' }
31+
wasm-bindgen-test = { path = '../test', version = '0.3.35' }
3232
futures-channel-preview = { version = "0.3.0-alpha.18" }
3333
futures-lite = { version = "1.11.3", default-features = false }

crates/js-sys/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "js-sys"
3-
version = "0.3.61"
3+
version = "0.3.62"
44
authors = ["The wasm-bindgen Developers"]
55
readme = "./README.md"
66
categories = ["wasm"]
@@ -19,9 +19,9 @@ test = false
1919
doctest = false
2020

2121
[dependencies]
22-
wasm-bindgen = { path = "../..", version = "0.2.84" }
22+
wasm-bindgen = { path = "../..", version = "0.2.85" }
2323

2424
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
25-
wasm-bindgen-test = { path = '../test', version = '=0.3.34' }
26-
wasm-bindgen-futures = { path = '../futures', version = '0.4.34' }
27-
web-sys = { path = "../web-sys", version = "0.3.61", features = ["Headers", "Response", "ResponseInit"] }
25+
wasm-bindgen-test = { path = '../test', version = '=0.3.35' }
26+
wasm-bindgen-futures = { path = '../futures', version = '0.4.35' }
27+
web-sys = { path = "../web-sys", version = "0.3.62", features = ["Headers", "Response", "ResponseInit"] }

crates/macro-support/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-bindgen-macro-support"
3-
version = "0.2.84"
3+
version = "0.2.85"
44
authors = ["The wasm-bindgen Developers"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support"
@@ -20,5 +20,5 @@ strict-macro = []
2020
syn = { version = '2.0', features = ['visit', 'full'] }
2121
quote = '1.0'
2222
proc-macro2 = "1.0"
23-
wasm-bindgen-backend = { path = "../backend", version = "=0.2.84" }
24-
wasm-bindgen-shared = { path = "../shared", version = "=0.2.84" }
23+
wasm-bindgen-backend = { path = "../backend", version = "=0.2.85" }
24+
wasm-bindgen-shared = { path = "../shared", version = "=0.2.85" }

crates/macro/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-macro"
3-
version = "0.2.84"
3+
version = "0.2.85"
44
authors = ["The wasm-bindgen Developers"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro"
@@ -20,11 +20,11 @@ xxx_debug_only_print_generated_code = []
2020
strict-macro = ["wasm-bindgen-macro-support/strict-macro"]
2121

2222
[dependencies]
23-
wasm-bindgen-macro-support = { path = "../macro-support", version = "=0.2.84" }
23+
wasm-bindgen-macro-support = { path = "../macro-support", version = "=0.2.85" }
2424
quote = "1.0"
2525

2626
[dev-dependencies]
2727
trybuild = "1.0"
28-
wasm-bindgen = { path = "../..", version = "0.2.84" }
29-
wasm-bindgen-futures = { path = "../futures", version = "0.4.34" }
30-
web-sys = { path = "../web-sys", version = "0.3.61" }
28+
wasm-bindgen = { path = "../..", version = "0.2.85" }
29+
wasm-bindgen-futures = { path = "../futures", version = "0.4.35" }
30+
web-sys = { path = "../web-sys", version = "0.3.62" }

crates/multi-value-xform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-bindgen-multi-value-xform"
3-
version = "0.2.84"
3+
version = "0.2.85"
44
authors = ["The wasm-bindgen Developers"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/multi-value-xform"

crates/shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-bindgen-shared"
3-
version = "0.2.84"
3+
version = "0.2.85"
44
authors = ["The wasm-bindgen Developers"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared"

crates/test-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-bindgen-test-macro"
3-
version = "0.3.34"
3+
version = "0.3.35"
44
authors = ["The wasm-bindgen Developers"]
55
description = "Internal testing macro for wasm-bindgen"
66
license = "MIT/Apache-2.0"

crates/test/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-test"
3-
version = "0.3.34"
3+
version = "0.3.35"
44
authors = ["The wasm-bindgen Developers"]
55
description = "Internal testing crate for wasm-bindgen"
66
license = "MIT/Apache-2.0"
@@ -9,11 +9,11 @@ edition = "2018"
99

1010
[dependencies]
1111
console_error_panic_hook = '0.1'
12-
js-sys = { path = '../js-sys', version = '0.3.61' }
12+
js-sys = { path = '../js-sys', version = '0.3.62' }
1313
scoped-tls = "1.0"
14-
wasm-bindgen = { path = '../..', version = '0.2.84' }
15-
wasm-bindgen-futures = { path = '../futures', version = '0.4.34' }
16-
wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.3.34' }
14+
wasm-bindgen = { path = '../..', version = '0.2.85' }
15+
wasm-bindgen-futures = { path = '../futures', version = '0.4.35' }
16+
wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.3.35' }
1717
gg-alloc = { version = "1.0", optional = true }
1818

1919
[lib]

crates/threads-xform/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-bindgen-threads-xform"
3-
version = "0.2.84"
3+
version = "0.2.85"
44
authors = ["The wasm-bindgen Developers"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/threads-xform"
@@ -14,7 +14,7 @@ edition = "2018"
1414
[dependencies]
1515
anyhow = "1.0"
1616
walrus = "0.19.0"
17-
wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "=0.2.84" }
17+
wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "=0.2.85" }
1818

1919
[dev-dependencies]
2020
rayon = "1.0"

crates/wasm-conventions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-bindgen-wasm-conventions"
3-
version = "0.2.84"
3+
version = "0.2.85"
44
authors = ["The wasm-bindgen developers"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/wasm-conventions"

crates/wasm-interpreter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-bindgen-wasm-interpreter"
3-
version = "0.2.84"
3+
version = "0.2.85"
44
authors = ["The wasm-bindgen Developers"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rustwasm/wasm-bindgen/tree/main/crates/wasm-interpreter"
@@ -15,7 +15,7 @@ edition = '2018'
1515
anyhow = "1.0"
1616
log = "0.4"
1717
walrus = "0.19.0"
18-
wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "0.2.84" }
18+
wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "0.2.85" }
1919

2020
[dev-dependencies]
2121
tempfile = "3"

crates/web-sys/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web-sys"
3-
version = "0.3.61"
3+
version = "0.3.62"
44
authors = ["The wasm-bindgen Developers"]
55
readme = "./README.md"
66
homepage = "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"
@@ -21,12 +21,12 @@ doctest = false
2121
test = false
2222

2323
[dependencies]
24-
wasm-bindgen = { path = "../..", version = "0.2.84" }
25-
js-sys = { path = '../js-sys', version = '0.3.61' }
24+
wasm-bindgen = { path = "../..", version = "0.2.85" }
25+
js-sys = { path = '../js-sys', version = '0.3.62' }
2626

2727
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
28-
wasm-bindgen-test = { path = '../test', version = '0.3.34' }
29-
wasm-bindgen-futures = { path = '../futures', version = '0.4.34' }
28+
wasm-bindgen-test = { path = '../test', version = '0.3.35' }
29+
wasm-bindgen-futures = { path = '../futures', version = '0.4.35' }
3030

3131
# This list is auto-generated by the wasm-bindgen-webidl program
3232
[features]

crates/webidl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ log = "0.4.1"
2020
proc-macro2 = "1.0"
2121
quote = '1.0'
2222
syn = { version = '2.0', features = ['full'] }
23-
wasm-bindgen-backend = { version = "=0.2.84", path = "../backend" }
23+
wasm-bindgen-backend = { version = "=0.2.85", path = "../backend" }
2424
weedle = { git = "https://github.com/rustwasm/weedle.git" }
2525
once_cell = "1.12"
2626
sourcefile = "0.1"

examples/add/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
wasm-bindgen = "0.2.84"
11+
wasm-bindgen = "0.2.85"

examples/canvas/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
js-sys = "0.3.61"
12-
wasm-bindgen = "0.2.84"
11+
js-sys = "0.3.62"
12+
wasm-bindgen = "0.2.85"
1313

1414
[dependencies.web-sys]
1515
version = "0.3.4"

examples/char/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
wasm-bindgen = "0.2.84"
11+
wasm-bindgen = "0.2.85"

examples/closures/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
wasm-bindgen = "0.2.84"
12-
js-sys = "0.3.61"
11+
wasm-bindgen = "0.2.85"
12+
js-sys = "0.3.62"
1313

1414
[dependencies.web-sys]
1515
version = "0.3.4"

examples/console_log/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
wasm-bindgen = "0.2.84"
12-
web-sys = { version = "0.3.61", features = ['console'] }
11+
wasm-bindgen = "0.2.85"
12+
web-sys = { version = "0.3.62", features = ['console'] }

examples/deno/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
wasm-bindgen = "0.2.84"
11+
wasm-bindgen = "0.2.85"

examples/dom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
wasm-bindgen = "0.2.84"
11+
wasm-bindgen = "0.2.85"
1212

1313
[dependencies.web-sys]
1414
version = "0.3.4"

examples/duck-typed-interfaces/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
wasm-bindgen = "0.2.84"
11+
wasm-bindgen = "0.2.85"

examples/fetch/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
wasm-bindgen = "0.2.84"
12-
js-sys = "0.3.61"
13-
wasm-bindgen-futures = "0.4.34"
11+
wasm-bindgen = "0.2.85"
12+
js-sys = "0.3.62"
13+
wasm-bindgen-futures = "0.4.35"
1414

1515
[dependencies.web-sys]
1616
version = "0.3.4"

examples/guide-supported-types-examples/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
wasm-bindgen = "0.2.84"
12-
js-sys = "0.3.61"
11+
wasm-bindgen = "0.2.85"
12+
js-sys = "0.3.62"

examples/hello_world/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
wasm-bindgen = "0.2.84"
11+
wasm-bindgen = "0.2.85"

0 commit comments

Comments
 (0)