Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Danconnolly committed Sep 27, 2024
1 parent 5239a3c commit 4db1a3b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.2
- update for bitcoinsv dependency version 0.2.7

# 1.0.1
- only bitcoinsv-rpc - added new() method for Client which accepts a URI with username and password included

Expand Down
6 changes: 3 additions & 3 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 = "1.0.1"
version = "1.0.2"
authors = [
"Daniel Connolly <[email protected]>"
]
Expand All @@ -18,7 +18,7 @@ path = "src/lib.rs"

[dependencies]
tokio = { version = ">=1.23.1", features = ["full"] }
bitcoinsv-rpc-json = { version = "1.0.0", path = "../json" }
bitcoinsv-rpc-json = { version = "1.0.2" }
log = "0.4.5"
jsonrpc = { version = "0.16.0", features = ["minreq_http"]}
serde = "1"
Expand Down
2 changes: 1 addition & 1 deletion integration_test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "integration_test"
version = "0.1.0"
version = "1.0.2"
authors = ["Daniel Connolly <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoinsv-rpc-json"
version = "1.0.0"
version = "1.0.2"
authors = [
"Daniel Connolly <[email protected]>",
]
Expand Down

0 comments on commit 4db1a3b

Please sign in to comment.