|
1 | 1 | [package] |
2 | 2 | name = "ibc-types-core-channel" |
3 | | -version = "0.4.0" |
| 3 | +version = "0.5.0" |
4 | 4 | edition = "2021" |
5 | 5 | license = "Apache-2.0" |
6 | 6 | readme = "../../README.md" |
@@ -53,12 +53,12 @@ mocks = ["tendermint-testgen", "tendermint/clock", "cfg-if", "parking_lot"] |
53 | 53 | mocks-no-std = ["cfg-if"] |
54 | 54 |
|
55 | 55 | [dependencies] |
56 | | -ibc-types-core-client = { version = "0.4.0", path = "../ibc-types-core-client", default-features = false } |
57 | | -ibc-types-core-connection = { version = "0.4.0", path = "../ibc-types-core-connection", default-features = false } |
58 | | -ibc-types-core-commitment = { version = "0.4.0", path = "../ibc-types-core-commitment", default-features = false } |
59 | | -ibc-types-domain-type = { version = "0.4.0", path = "../ibc-types-domain-type", default-features = false } |
60 | | -ibc-types-identifier = { version = "0.4.0", path = "../ibc-types-identifier", default-features = false } |
61 | | -ibc-types-timestamp = { version = "0.4.0", path = "../ibc-types-timestamp", default-features = false } |
| 56 | +ibc-types-core-client = { version = "0.5.0", path = "../ibc-types-core-client", default-features = false } |
| 57 | +ibc-types-core-connection = { version = "0.5.0", path = "../ibc-types-core-connection", default-features = false } |
| 58 | +ibc-types-core-commitment = { version = "0.5.0", path = "../ibc-types-core-commitment", default-features = false } |
| 59 | +ibc-types-domain-type = { version = "0.5.0", path = "../ibc-types-domain-type", default-features = false } |
| 60 | +ibc-types-identifier = { version = "0.5.0", path = "../ibc-types-identifier", default-features = false } |
| 61 | +ibc-types-timestamp = { version = "0.5.0", path = "../ibc-types-timestamp", default-features = false } |
62 | 62 | # Proto definitions for all IBC-related interfaces, e.g., connections or channels. |
63 | 63 | ibc-proto = { version = "0.33.0", default-features = false } |
64 | 64 | ## for borsh encode or decode |
@@ -100,6 +100,6 @@ default-features = false |
100 | 100 | [dev-dependencies] |
101 | 101 | cfg-if = { version = "1.0.0" } |
102 | 102 | env_logger = "0.10.0" |
103 | | -ibc-types-core-client = { version = "0.4.0", path = "../ibc-types-core-client", features = ["mocks"] } |
| 103 | +ibc-types-core-client = { version = "0.5.0", path = "../ibc-types-core-client", features = ["mocks"] } |
104 | 104 | test-log = { version = "0.2.10", features = ["trace"] } |
105 | 105 | tracing-subscriber = { version = "0.3.14", features = ["fmt", "env-filter", "json"]} |
0 commit comments