Skip to content

Commit

Permalink
fix pbjson feature import
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 8, 2024
1 parent 310638f commit a532d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos-sdk-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tendermint-proto = { version = "0.40.0" }
# Optional dependencies
tonic = { version = "0.12", optional = true, default-features = false, features = ["codegen", "prost"] }
serde = { version = "1.0.203", optional = true, default-features = false, features = ["alloc"] }
pbjson = { package = "informalsystems-pbjson", optional = true, version = "0.7" }
pbjson = { package = "informalsystems-pbjson", optional = true, default-features = false, version = "0.7" }

[features]
default = ["grpc-transport"]
Expand Down

0 comments on commit a532d06

Please sign in to comment.