Skip to content

Commit

Permalink
update to use bitcoinsv v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Danconnolly committed Mar 5, 2024
1 parent 719d496 commit c905846
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.19.1
- Updated to use bitcoinsv crate v0.2.1

# 0.19.0

- Forked to rust-bitcoinsv-rpc from [rust-bitcoincore-rpc](https://github.com/rust-bitcoin/rust-bitcoincore-rpc),
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoinsv-rpc"
version = "0.19.0"
version = "0.19.1"
authors = [
"Daniel Connolly <[email protected]>"
]
Expand All @@ -23,7 +23,7 @@ jsonrpc = { version = "0.16.0", features = ["minreq_http"]}
serde = "1"
serde_json = "1"
hex = "0.4.3"
bitcoinsv = "0.2.0"
bitcoinsv = "0.2.1"
async-trait = "0.1.75"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoinsv-rpc-json"
version = "0.19.0"
version = "0.19.1"
authors = [
"Daniel Connolly <[email protected]>",
]
Expand All @@ -20,7 +20,7 @@ path = "src/lib.rs"
hex = "0.4.3"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
bitcoinsv = "0.2.0"
bitcoinsv = "0.2.1"

[dev-dependencies]
approx = "0.5"

0 comments on commit c905846

Please sign in to comment.