Skip to content

Commit 55cc652

Browse files
committed
cosmos-sdk-proto: remove ics23 dependency
As discussed in cosmos/ibc-proto-rs#187, removes this dependency so `ics-proto` can import it directly and we don't need to worry about keeping the two synchronized.
1 parent 86b5f71 commit 55cc652

File tree

3 files changed

+0
-85
lines changed

3 files changed

+0
-85
lines changed

Cargo.lock

-79
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cosmos-sdk-proto/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ edition = "2021"
1616
rust-version = "1.72"
1717

1818
[dependencies]
19-
ics23 = { version = "0.12.0" }
2019
prost = { version = "0.13", default-features = false }
2120
tendermint-proto = { version = "0.39.1" }
2221

cosmos-sdk-proto/src/lib.rs

-5
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,6 @@ pub mod cosmos {
160160
}
161161
}
162162

163-
/// ICS23 protobuf definitions.
164-
pub mod ics23 {
165-
pub use ::ics23 as v1;
166-
}
167-
168163
/// Messages and services handling minting
169164
pub mod mint {
170165
pub mod v1beta1 {

0 commit comments

Comments
 (0)