|
1 | 1 | [package]
|
2 | 2 | name = "ibc-types-core-channel"
|
3 |
| -version = "0.13.0" |
| 3 | +version = "0.14.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.13.0", path = "../ibc-types-core-client", default-features = false } |
57 |
| -ibc-types-core-connection = { version = "0.13.0", path = "../ibc-types-core-connection", default-features = false } |
58 |
| -ibc-types-core-commitment = { version = "0.13.0", path = "../ibc-types-core-commitment", default-features = false } |
59 |
| -ibc-types-domain-type = { version = "0.13.0", path = "../ibc-types-domain-type", default-features = false } |
60 |
| -ibc-types-identifier = { version = "0.13.0", path = "../ibc-types-identifier", default-features = false } |
61 |
| -ibc-types-timestamp = { version = "0.13.0", path = "../ibc-types-timestamp", default-features = false } |
| 56 | +ibc-types-core-client = { version = "0.14.0", path = "../ibc-types-core-client", default-features = false } |
| 57 | +ibc-types-core-connection = { version = "0.14.0", path = "../ibc-types-core-connection", default-features = false } |
| 58 | +ibc-types-core-commitment = { version = "0.14.0", path = "../ibc-types-core-commitment", default-features = false } |
| 59 | +ibc-types-domain-type = { version = "0.14.0", path = "../ibc-types-domain-type", default-features = false } |
| 60 | +ibc-types-identifier = { version = "0.14.0", path = "../ibc-types-identifier", default-features = false } |
| 61 | +ibc-types-timestamp = { version = "0.14.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.42.0", default-features = false }
|
64 | 64 | ## for borsh encode or decode
|
@@ -102,6 +102,6 @@ default-features = false
|
102 | 102 | [dev-dependencies]
|
103 | 103 | cfg-if = { version = "1.0.0" }
|
104 | 104 | env_logger = "0.10.0"
|
105 |
| -ibc-types-core-client = { version = "0.13.0", path = "../ibc-types-core-client", features = ["mocks"] } |
| 105 | +ibc-types-core-client = { version = "0.14.0", path = "../ibc-types-core-client", features = ["mocks"] } |
106 | 106 | test-log = { version = "0.2.10", features = ["trace"] }
|
107 | 107 | tracing-subscriber = { version = "0.3.14", features = ["fmt", "env-filter", "json"]}
|
0 commit comments