Skip to content

Commit 1940283

Browse files
Merge pull request #149 from BitGo/BTC-0.update-deps
fix(wasm-utxo): update dependencies and versions
2 parents d250ed1 + 0fb89af commit 1940283

4 files changed

Lines changed: 31 additions & 23 deletions

File tree

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
RUST_TOOLCHAIN: nightly-2025-10-23
1717
NODE_VERSION: 20
1818
NPM_VERSION: 11.5.1
19-
WASM_PACK_VERSION: 0.13.1
19+
WASM_PACK_VERSION: 0.14.0
2020
WASM_OPT_VERSION: 0.116.1
2121

2222
jobs:

packages/wasm-utxo/Cargo.lock

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

packages/wasm-utxo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rstest = "0.26.1"
3232
pastey = "0.1"
3333

3434
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
35-
zebra-chain = { version = "3.1", default-features = false }
35+
zebra-chain = { version = "4.0", default-features = false }
3636

3737
[build-dependencies]
3838
serde_json = "1.0"

packages/wasm-utxo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
66
ENV PATH="/root/.cargo/bin:${PATH}"
77

88
# Install wasm-pack
9-
RUN cargo install wasm-pack
9+
RUN cargo install wasm-pack --version 0.14.0
1010

1111
# Install clang and binaryen (provides wasm-opt)
1212
RUN apt-get update && apt-get install -y clang binaryen

0 commit comments

Comments
 (0)