Skip to content

Commit

Permalink
fix: deserialise with map
Browse files Browse the repository at this point in the history
  • Loading branch information
whalelephant committed Jan 9, 2022
1 parent b15ae1f commit ca18b07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ version = "0.14"
features = [ "http1", "runtime", "server", "tcp" ]

[dependencies.json-rpc-types]
git = "https://github.com/whalelephant/json-rpc-types"
branch = "deserialise-id-with-map"
version = "1.0"

[dependencies.jsonrpc-core]
Expand Down Expand Up @@ -105,7 +107,7 @@ version = "1"

[dependencies.serde_json]
version = "1"
features = [ "arbitrary_precision" ]
features = [ "arbitrary_precision", "raw_value" ]

[dependencies.structopt]
version = "0.3"
Expand Down

0 comments on commit ca18b07

Please sign in to comment.