Skip to content

Commit cbb62f0

Browse files
committed
Use released version of miniscript
1 parent adbd195 commit cbb62f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

strict_encoding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ amplify = { version = "3.13.0", features = ["proc_attr"] }
2323
strict_encoding_derive = { version = "0.9.0", path = "./derive", optional = true }
2424
bitcoin_hashes = "0.11.0" # We need this separately since bitcoin is an optional dependency
2525
bitcoin = { version = "0.29.1", optional = true }
26-
miniscript = { version = "8.0.0", optional = true, git = "https://github.com/BP-WG/rust-miniscript", branch = "canary" }
26+
miniscript = { version = "8.0.0", optional = true }
2727
ed25519-dalek = { version = "1.0", optional = true }
2828
grin_secp256k1zkp = { version = "0.7", optional = true }
2929
chrono = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)