Skip to content

Commit 97e59e6

Browse files
committed
cargo: Downgrade Bitcoin to 0.31.0.
1 parent c863fd0 commit 97e59e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration_test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
bitcoincore-rpc = { path = "../client" }
9-
bitcoin = { version = "0.32.2", features = ["serde", "rand", "rand-std"]}
9+
bitcoin = { version = "0.31.0", features = ["serde", "rand", "rand-std"]}
1010
lazy_static = "1.4.0"
1111
log = "0.4"
1212
tokio = { version = "1", features = ["full"] }

json/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ path = "src/lib.rs"
2222
serde = { version = "1", features = [ "derive" ] }
2323
serde_json = "1"
2424

25-
bitcoin = { version = "0.32.2", features = ["serde"]}
25+
bitcoin = { version = "0.31.0", features = ["serde"]}

0 commit comments

Comments
 (0)