Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
REFACTOR: Change design to be central on the Request struct
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Apr 5, 2023
1 parent 52fc6ea commit 95b6227
Show file tree
Hide file tree
Showing 8 changed files with 800 additions and 510 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jsonrpc"
version = "0.14.1"
version = "0.15.0-rc0"
authors = ["Andrew Poelstra <[email protected]>"]
license = "CC0-1.0"
homepage = "https://github.com/apoelstra/rust-jsonrpc/"
Expand Down Expand Up @@ -34,6 +34,7 @@ proxy = ["socks"]
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = [ "raw_value" ] }
erased-serde = "0.3.20"

base64 = { version = "0.13.0", optional = true }
socks = { version = "0.3.4", optional = true}
Loading

0 comments on commit 95b6227

Please sign in to comment.