Skip to content

Commit

Permalink
fix: enable json-schema for tendermint-proto (#253)
Browse files Browse the repository at this point in the history
* enable json-schema for tendermint-proto

* add changelog
  • Loading branch information
rnbguy authored Nov 8, 2024
1 parent bb44393 commit cb542e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Enable `json-schema` for `tendermint-proto` dependency.
([\#252](https://github.com/cosmos/ibc-proto-rs/issues/252))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ transport = ["tonic/transport", "cosmos-sdk-proto/grpc-transport"]
std = ["cosmos-sdk-proto/std", "prost/std", "bytes/std", "subtle-encoding/std", "base64/std", "flex-error/std", "ics23/std", "informalsystems-pbjson/std"]
serde = ["dep:serde", "dep:informalsystems-pbjson", "ics23/serde", "cosmos-sdk-proto/serde"]
client = ["std", "dep:tonic", "tonic/codegen", "tonic/prost"]
json-schema = ["std", "serde", "dep:schemars"]
json-schema = ["std", "serde", "tendermint-proto/json-schema", "dep:schemars"]
server = ["std", "dep:tonic", "tonic/codegen", "tonic/prost"]
parity-scale-codec = ["tendermint-proto/parity-scale-codec"]
borsh = ["tendermint-proto/borsh"]
Expand Down

0 comments on commit cb542e0

Please sign in to comment.