Skip to content

Commit

Permalink
Backport 'master' into v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 29, 2022
2 parents 17a43ed + 39bf678 commit 35bcde1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
19 changes: 5 additions & 14 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 @@ -39,7 +39,7 @@ strict_encoding = { version = "0.8.0", features = ["bitcoin", "derive"] }
bitcoin = "0.28.1"
miniscript_crate = { package = "miniscript", version = "7.0.0", optional = true }
bitcoin_hwi = { version = "0.2.0", optional = true }
electrum-client = { version = "0.10.1", optional = true }
electrum-client = { version = "0.11.0", optional = true }
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }
serde_with = { version = "1.5", features = ["hex"], optional = true }
serde_yaml = { version = "0.8.21", 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 @@ -20,7 +20,7 @@ strict_encoding = "0.8.0"
descriptors = { version = "0.8.0", path = "../descriptors", default-features = false }
bitcoin_hd = { version = "0.8.2", path = "../hd" }
miniscript_crate = { package = "miniscript", version = "7.0.0", optional = true }
electrum-client = { version = "0.10.0", optional = true }
electrum-client = { version = "0.11.0", optional = true }
chrono = "0.4.19"
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }
serde_with = { version = "1.5", features = ["hex"], optional = true }
Expand Down

0 comments on commit 35bcde1

Please sign in to comment.