We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rust-miniscript
1 parent 8f281da commit 03331baCopy full SHA for 03331ba
crates/chain/Cargo.toml
@@ -19,7 +19,7 @@ workspace = true
19
bitcoin = { version = "0.32.0", default-features = false }
20
bdk_core = { path = "../core", version = "0.6.2", default-features = false }
21
serde = { version = "1", optional = true, features = ["derive", "rc"] }
22
-miniscript = { version = "12.3.1", optional = true, default-features = false }
+miniscript = { git = "https://github.com/rust-bitcoin/rust-miniscript.git", branch = "release-12.x", optional = true, default-features = false }
23
24
# Feature dependencies
25
rusqlite = { version = "0.31.0", features = ["bundled"], optional = true }
0 commit comments