From ca18b07850f5a6b0c7a071abf7996203a0b97c1c Mon Sep 17 00:00:00 2001 From: bwty Date: Sun, 9 Jan 2022 17:35:58 +0100 Subject: [PATCH] fix: deserialise with map --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02387aacab..e909d31589 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] @@ -105,7 +107,7 @@ version = "1" [dependencies.serde_json] version = "1" -features = [ "arbitrary_precision" ] +features = [ "arbitrary_precision", "raw_value" ] [dependencies.structopt] version = "0.3"