Skip to content

Commit

Permalink
rpc: Drop "std" feature from serde_json dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed May 25, 2022
1 parent b4e960d commit 11396ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ peg = { version = "0.7.0", default-features = false }
pin-project = { version = "1.0.1", default-features = false }
serde = { version = "1", default-features = false, features = [ "derive" ] }
serde_bytes = { version = "0.11", default-features = false }
serde_json = { version = "1", default-features = false, features = ["std"] }
serde_json = { version = "1", default-features = false }
tendermint-config = { version = "0.24.0-pre.2", path = "../config", default-features = false }
tendermint = { version = "0.24.0-pre.2", default-features = false, path = "../tendermint" }
tendermint-proto = { version = "0.24.0-pre.2", default-features = false, path = "../proto" }
Expand Down

0 comments on commit 11396ba

Please sign in to comment.