Skip to content

Commit eb4c93a

Browse files
authored
Pin wasm-bindgen to v0.2.102 (#1722)
* use wasm-bindgen v0.2.101 * pin wasm-bindgen to 0.2.102
1 parent 0c7ff59 commit eb4c93a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install wasm-bindgen-cli
3636
uses: jetli/wasm-bindgen-action@24ba6f9fff570246106ac3f80f35185600c3f6c9
3737
with:
38-
version: '0.2.100'
38+
version: '0.2.102'
3939

4040
- name: core clippy check
4141
uses: actions-rs-plus/clippy-check@b09a9c37c9df7db8b1a5d52e8fe8e0b6e3d574c4

.github/workflows/shared-build-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install wasm-bindgen-cli
5858
uses: jetli/wasm-bindgen-action@24ba6f9fff570246106ac3f80f35185600c3f6c9
5959
with:
60-
version: '0.2.100'
60+
version: '0.2.102'
6161

6262
- name: Setup sccache
6363
uses: './.github/actions/rust/sccache/setup-sccache'

bindings/wasm/identity_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ serde_repr = { version = "0.1", default-features = false }
3939
# Want to use the nice API of tokio::sync::RwLock for now even though we can't use threads.
4040
tokio = { version = "1.46.1", default-features = false, features = ["sync"] }
4141
tsify = "0.4.5"
42-
wasm-bindgen = { version = "=0.2.100", features = ["serde-serialize"] }
42+
wasm-bindgen = { version = "=0.2.102", features = ["serde-serialize"] }
4343
wasm-bindgen-futures = { version = "0.4", default-features = false }
4444

4545
[dependencies.identity_iota]

0 commit comments

Comments
 (0)