Skip to content

Commit

Permalink
Bump bitcoin version to v0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtoth committed Aug 17, 2022
1 parent 235e076 commit 2a0b3d7
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 81 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ keywords = [ "crypto", "bitcoin" ]
readme = "README.md"

[features]
use-serde = ["serde", "bitcoin/use-serde"]
use-serde = ["serde", "bitcoin/serde"]

[dependencies]
bitcoin = "0.26"
bitcoin = "0.29.1"
rand = "0.7"
rust-crypto = "0.2"

serde = { version = "1", optional = true, features = ["derive"] }

[dev-dependencies]
bitcoin = { version = "0.26", features = ["use-serde", "bitcoinconsensus"] }
bitcoin = { version = "0.29.1", features = ["serde", "bitcoinconsensus"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Loading

0 comments on commit 2a0b3d7

Please sign in to comment.