Skip to content

Commit

Permalink
chore: bump wasm-bindgen from 0.2.88 to 0.2.97 (#875)
Browse files Browse the repository at this point in the history
* chore: bump wasm-bindgen from `0.2.88` to `0.2.97`

* chore: changeset
  • Loading branch information
petertonysmith94 authored Dec 2, 2024
1 parent e7d5d6f commit 4d1cd31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added
- [870](https://github.com/FuelLabs/fuel-vm/pull/870): Add 3 new ZK-related opcodes: eadd (ecAdd on EVM), emul (ecMul on EVM), epar (ecPairing on EVM)
- [875](https://github.com/FuelLabs/fuel-vm/pull/875): Updated `wasm-bindgen` to `0.2.97`

### Fixed
- [860](https://github.com/FuelLabs/fuel-vm/pull/860): Fixed missing fuzzing coverage report in CI.
Expand Down
2 changes: 1 addition & 1 deletion fuel-asm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bitflags = { workspace = true }
fuel-types = { workspace = true, default-features = false }
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
strum = { version = "0.24", default-features = false, features = ["derive"] }
wasm-bindgen = { version = "0.2.88", optional = true }
wasm-bindgen = { version = "0.2.97", optional = true }

[dev-dependencies]
bincode = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion fuel-tx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde-wasm-bindgen = { version = "0.6", optional = true }
serde_json = { version = "1.0", default-features = false, features = ["alloc"], optional = true }
strum = { version = "0.24", default-features = false, optional = true }
strum_macros = { version = "0.24", optional = true }
wasm-bindgen = { version = "0.2.88", optional = true }
wasm-bindgen = { version = "0.2.97", optional = true }

[dev-dependencies]
bimap = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion fuel-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fuel-derive = { workspace = true }
hex = { version = "0.4", default-features = false }
rand = { version = "0.8", default-features = false, optional = true }
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"], optional = true }
wasm-bindgen = { version = "0.2.88", optional = true }
wasm-bindgen = { version = "0.2.97", optional = true }

[dev-dependencies]
bincode = { workspace = true }
Expand Down

0 comments on commit 4d1cd31

Please sign in to comment.