Skip to content

Commit 03331ba

Browse files
committed
chore(deps): bump rust-miniscript to 0.12.x
1 parent 8f281da commit 03331ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ workspace = true
1919
bitcoin = { version = "0.32.0", default-features = false }
2020
bdk_core = { path = "../core", version = "0.6.2", default-features = false }
2121
serde = { version = "1", optional = true, features = ["derive", "rc"] }
22-
miniscript = { version = "12.3.1", optional = true, default-features = false }
22+
miniscript = { git = "https://github.com/rust-bitcoin/rust-miniscript.git", branch = "release-12.x", optional = true, default-features = false }
2323

2424
# Feature dependencies
2525
rusqlite = { version = "0.31.0", features = ["bundled"], optional = true }

0 commit comments

Comments
 (0)