Skip to content

Commit

Permalink
bump bitcoin version to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Sep 30, 2020
1 parent 5a5fdca commit 6f8cefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/lib.rs"

[dependencies]
log = "^0.4"
bitcoin = { version = "0.23", features = ["use-serde"] }
bitcoin = { version = "0.25", features = ["use-serde"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1.0" }

Expand Down

0 comments on commit 6f8cefd

Please sign in to comment.