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

Commit 95b6227

Browse files
committed
REFACTOR: Change design to be central on the Request struct
1 parent 52fc6ea commit 95b6227

File tree

8 files changed

+800
-510
lines changed

8 files changed

+800
-510
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jsonrpc"
3-
version = "0.14.1"
3+
version = "0.15.0-rc0"
44
authors = ["Andrew Poelstra <[email protected]>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/apoelstra/rust-jsonrpc/"
@@ -34,6 +34,7 @@ proxy = ["socks"]
3434
[dependencies]
3535
serde = { version = "1", features = ["derive"] }
3636
serde_json = { version = "1", features = [ "raw_value" ] }
37+
erased-serde = "0.3.20"
3738

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

0 commit comments

Comments
 (0)