Skip to content

Commit 9d18340

Browse files
committed
fix versioning for serde_json now that raw values are no longer being used due to rust 1.29 compatibility requirements
1 parent 34bde5e commit 9d18340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jsonrpc = "0.12.0"
2525

2626
# Used for deserialization of JSON.
2727
serde = "1"
28-
serde_json = { version = "1", features = ["raw_value"] }
28+
serde_json = "1"

0 commit comments

Comments
 (0)