Skip to content

Commit

Permalink
Add temporary crates.io patch for tendermint-proto and ics23
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Sep 28, 2023
1 parent 0dbd9c3 commit ea690cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ doctest = false
all-features = true

[dependencies]
prost = { version = "0.12", default-features = false }
prost = { version = "0.12", default-features = false, features = ["prost-derive"] }
bytes = { version = "1.2", default-features = false }
tonic = { version = "0.10", default-features = false, optional = true }
serde = { version = "1.0", default-features = false }
Expand Down Expand Up @@ -61,3 +61,7 @@ server = ["std", "tonic", "tonic/codegen", "tonic/transport", "tonic
parity-scale-codec = ["dep:parity-scale-codec", "dep:scale-info"]
borsh = ["dep:borsh"]
proto-descriptor = []

[patch.crates-io]
tendermint-proto = { git = "https://github.com/informalsystems/tendermint-rs", branch = "main" }
ics23 = { git = "https://github.com/cosmos/ics23", branch = "romac/prost-0.12" }

0 comments on commit ea690cd

Please sign in to comment.