Skip to content

Commit

Permalink
miniscript: update to a non-yanked version
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Apr 16, 2023
1 parent fd18e5c commit e3073e0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ hwi = { version = "0.6.0", optional = true }
descriptors = { version = "0.9.0", path = "./descriptors", optional = true, default-features = false }
psbt = { version = "0.9.0", path = "./psbt", default-features = false }
slip132 = { version = "0.9.0", path = "./slip132", features = ["strict_encoding"] }
miniscript_crate = { package = "miniscript", version = "9.0.0", optional = true }
miniscript_crate = { package = "miniscript", version = "9.0.1", optional = true }
electrum-client = { version = "0.12.0", optional = true }
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }
serde_with = { version = "1.14", features = ["hex"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion descriptors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bitcoin = "0.29.2"
bitcoin_scripts = "0.9.0"
bitcoin_blockchain = "0.9.0"
bitcoin_hd = { version = "0.9.0", path = "../hd" }
miniscript_crate = { package = "miniscript", version = "9.0.0", features = ["compiler"], optional = true }
miniscript_crate = { package = "miniscript", version = "9.0.1", features = ["compiler"], optional = true }
chrono = "0.4.19"
serde_crate = { package = "serde", version = "1", optional = true }
serde_with = { version = "1.14", features = ["hex"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion hd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ amplify = "3.13.0"
strict_encoding = "0.9.0"
bitcoin = "0.29.2"
secp256k1 = { version = "0.24.2", features = ["global-context"] }
miniscript = { version = "9.0.0", optional = true }
miniscript = { version = "9.0.1", optional = true }
slip132 = { version = "0.9.0", path = "../slip132" }
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }

Expand Down
2 changes: 1 addition & 1 deletion onchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bitcoin = "0.29.2"
strict_encoding = "0.9.0"
bitcoin_hd = { version = "0.9.0", path = "../hd" }
descriptors = { version = "0.9.0", path = "../descriptors", optional = true }
miniscript = { version = "9.0.0", optional = true }
miniscript = { version = "9.0.1", optional = true }
electrum-client = { version = "0.12.0", optional = true }
chrono = "0.4.19"
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion psbt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bitcoin_blockchain = "0.9.0"
bitcoin_hd = { version = "0.9.0", path = "../hd" }
bitcoin_onchain = { version = "0.9.0", path = "../onchain" }
descriptors = { version = "0.9.0", path = "../descriptors", optional = true }
miniscript = { version = "9.0.0", optional = true }
miniscript = { version = "9.0.1", optional = true }
serde_crate = { package = "serde", version = "1", optional = true }
serde_with = { version = "1.14", features = ["hex"], optional = true }

Expand Down

0 comments on commit e3073e0

Please sign in to comment.