Skip to content

Commit

Permalink
Update bitcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
lsunsi committed Mar 12, 2024
1 parent 1af2f1d commit c8f4bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
bitcoin = { version= "0.30.0", features = ["std"], default-features = false }
bitcoincore-rpc = { version = "0.17.0", default-features = false }
bitcoin = { version= "0.31.0", features = ["std"], default-features = false }
bitcoincore-rpc = { version = "0.18.0", default-features = false }
tokio = { version = "1.12.0", features = ["rt", "macros"], default-features = false }
tracing = { version = "0.1.37", default-features = false }

0 comments on commit c8f4bec

Please sign in to comment.