Skip to content

Commit

Permalink
Use local ibc-proto crate (#239)
Browse files Browse the repository at this point in the history
* ibc-proto redirected to local

* Specify version number

Co-authored-by: Romain Ruetschi <romain@informal.systems>
  • Loading branch information
greg-szabo and romac authored Sep 18, 2020
1 parent 4be6f3d commit 2abf34a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tendermint = "0.15.0"
tendermint-rpc = { version = "0.15.0", features = ["client"] }

# Proto definitions for all IBC-related interfaces, e.g., connections or channels.
ibc-proto = "0.3.0"
ibc-proto = { version = "0.3.0", path = "../proto" }

anomaly = "0.2.0"
thiserror = "1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#![deny(warnings, trivial_casts, trivial_numeric_casts, unused_import_braces)]
#![allow(clippy::large_enum_variant)]
#![forbid(unsafe_code)]
#![doc(html_root_url = "https://docs.rs/ibc-proto/0.1.0")]
#![doc(html_root_url = "https://docs.rs/ibc-proto/0.3.0")]

pub mod cosmos {
pub mod base {
Expand Down

0 comments on commit 2abf34a

Please sign in to comment.