Skip to content

Commit

Permalink
chore: upgrade bitcoin dependency to 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oleonardolima committed May 4, 2024
1 parent def31bb commit 0dbb8b1
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 @@ -11,7 +11,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bitcoin = { version = "0.31.0", features = ["serde", "base64"] }
bitcoin = { version = "0.32", features = ["serde", "base64"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1.0" }
pyo3 = { version = "0.15.1", features = ["auto-initialize"] }
Expand Down

0 comments on commit 0dbb8b1

Please sign in to comment.