Skip to content

Commit dee233b

Browse files
OttoAllmendingerllm-git
andcommitted
feat(wasm-utxo): bump rust-miniscript to bitgo.2
Update miniscript dependency from bitgo.1 to bitgo.2, which includes the corresponding bitcoin crate update to 0.32.8-bitgo.2. Issue: BTC-0 Co-authored-by: llm-git <llm-git@ttll.de>
1 parent 0deda23 commit dee233b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/wasm-utxo/Cargo.lock

Lines changed: 2 additions & 2 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
@@ -27,7 +27,7 @@ inspect = ["dep:num-bigint", "dep:serde", "dep:serde_json", "dep:hex"]
2727
[dependencies]
2828
wasm-bindgen = "0.2"
2929
js-sys = "0.3"
30-
miniscript = { git = "https://github.com/BitGo/rust-miniscript", tag = "miniscript-13.0.0-bitgo.1" }
30+
miniscript = { git = "https://github.com/BitGo/rust-miniscript", tag = "miniscript-13.0.0-bitgo.2" }
3131
bech32 = "0.11"
3232
musig2 = { version = "0.3.1", default-features = false, features = ["k256"] }
3333
getrandom = { version = "0.2", features = ["js"] }

0 commit comments

Comments
 (0)