Skip to content

Commit

Permalink
chore: release v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 20, 2024
1 parent b9d84ae commit cb98eab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = ["."]
exclude = ["contrib", "libbitcoin"]

[workspace.package]
version = "0.10.1"
version = "0.10.2"
license = "Apache-2.0"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
repository = "https://github.com/BP-WG/descriptor-wallet"
Expand All @@ -21,10 +21,10 @@ secp256k1 = { version = "0.24.3", features = ["global-context"] }
bitcoin = "0.29.2"
bitcoin_scripts = "0.10.0"
bitcoin_blockchain = "0.10.0"
bitcoin_hd = { version = "0.10.0", path = "./hd" }
bitcoin_onchain = { version = "0.10.0", path = "./onchain" }
descriptors = { version = "0.10.0", path = "./descriptors", default-features = false }
psbt = { version = "0.10.0", path = "./psbt", default-features = false }
bitcoin_hd = { version = "0.10.2", path = "./hd" }
bitcoin_onchain = { version = "0.10.2", path = "./onchain" }
descriptors = { version = "0.10.2", path = "./descriptors", default-features = false }
psbt = { version = "0.10.2", path = "./psbt", default-features = false }
slip132 = { version = "0.10.0", path = "./slip132" }
miniscript_crate = { package = "miniscript", version = "9.0.1" }
chrono = "0.4.19"
Expand Down
2 changes: 2 additions & 0 deletions psbt/src/global.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ impl FromStr for Psbt {

#[cfg(test)]
mod test {
use amplify::hex::FromHex;

use super::*;

#[test]
Expand Down

0 comments on commit cb98eab

Please sign in to comment.