Skip to content

Commit 9bf82b5

Browse files
authored
Merge pull request #3558 from o1-labs/bump/wasm-bindgen-0.2.106
Bump wasm-bindgen to 0.2.106
2 parents 5971669 + 1d02bb7 commit 9bf82b5

3 files changed

Lines changed: 16 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ and this project adheres to
4444

4545
- Enforce deterministic ordering of gate lookup tables by replacing `HashSet`
4646
with `BTreeSet` ([#3539](https://github.com/o1-labs/proof-systems/pull/3539))
47+
- Bumped `wasm-bindgen` dependency from `0.2.100` to `0.2.106` for better
48+
interoperability with `mina-rust`
49+
([#3558](https://github.com/o1-labs/proof-systems/pull/3558))
4750

4851
### [o1-utils](./utils)
4952

Cargo.lock

Lines changed: 11 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ iai = "0.1"
6565
itertools = { version = "0.12.1", default-features = false, features = [
6666
"use_alloc",
6767
] }
68-
js-sys = "=0.3.77"
68+
js-sys = "=0.3.83"
6969
libc = "=0.2.169"
7070
libflate = "2"
7171
log = "0.4.20"
@@ -109,7 +109,7 @@ thiserror = { version = "2", default-features = false }
109109
tikv-jemalloc-ctl = { version = "0.5" }
110110
tikv-jemallocator = { version = "0.5" }
111111
tinytemplate = "1.1"
112-
wasm-bindgen = "=0.2.100"
112+
wasm-bindgen = "=0.2.106"
113113
wasm-bindgen-test = ">=0.3.0"
114114
zeroize = "1"
115115

0 commit comments

Comments
 (0)