Skip to content

Commit

Permalink
cargo: Downgrade Bitcoin to 0.31.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Dec 4, 2024
1 parent c863fd0 commit 97e59e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
bitcoincore-rpc = { path = "../client" }
bitcoin = { version = "0.32.2", features = ["serde", "rand", "rand-std"]}
bitcoin = { version = "0.31.0", features = ["serde", "rand", "rand-std"]}
lazy_static = "1.4.0"
log = "0.4"
tokio = { version = "1", features = ["full"] }
2 changes: 1 addition & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ path = "src/lib.rs"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"

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

0 comments on commit 97e59e6

Please sign in to comment.