-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
) * bump ibc-proto * bump tendermint * patch entry for ibc-proto * fix for Duration conversion * refactor Duration fixtures in tests * update cargo lockfiles * bump msrv to 1.75.0 * bump cargo-msrv on ci * fix cargo msrv command * update cargo lockfiles * fix cw-check * update cargo lockfile * patch cosmos-sdk-proto * update cargo lockfile * rm cosmos-sdk-proto patch * use cosmos-sdk-proto 0.26.1 * patch ibc-proto release branch * update ibc-proto in lockfile * use ibc-proto release * cargo lockfile * add changelog entry * nit: add [ibc] in changelog --------- Co-authored-by: Farhad Shabani <[email protected]>
- Loading branch information
1 parent
5ae8860
commit 5bba36e
Showing
9 changed files
with
457 additions
and
584 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...elog/unreleased/breaking-changes/1375-bump-ibc-proto-and-tendermint-and-msrv.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- [ibc] Update `ibc-proto` to `v0.51.1` and `tendermint` to `v0.40.0`. | ||
([\#1375](https://github.com/cosmos/ibc-rs/pull/1375)) | ||
- [ibc] Update MSRV to `1.75.0`. | ||
([\#1375](https://github.com/cosmos/ibc-rs/pull/1375)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ exclude = [ | |
version = "0.55.1" | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
rust-version = "1.72.1" | ||
rust-version = "1.75.0" | ||
readme = "README.md" | ||
repository = "https://github.com/cosmos/ibc-rs" | ||
authors = [ "Informal Systems <[email protected]>" ] | ||
|
@@ -104,15 +104,15 @@ ibc-client-wasm-types = { version = "0.55.1", path = "./ibc-clients/ics08- | |
ibc-app-transfer-types = { version = "0.55.1", path = "./ibc-apps/ics20-transfer/types", default-features = false } | ||
ibc-app-nft-transfer-types = { version = "0.55.1", path = "./ibc-apps/ics721-nft-transfer/types", default-features = false } | ||
|
||
ibc-proto = { version = "0.47.1", default-features = false } | ||
ibc-proto = { version = "0.51.1", default-features = false } | ||
|
||
# cosmos dependencies | ||
tendermint = { version = "0.38.0", default-features = false } | ||
tendermint-light-client = { version = "0.38.0", default-features = false } | ||
tendermint-light-client-verifier = { version = "0.38.0", default-features = false } | ||
tendermint-proto = { version = "0.38.0", default-features = false } | ||
tendermint-rpc = { version = "0.38.0", default-features = false } | ||
tendermint-testgen = { version = "0.38.0", default-features = false } | ||
tendermint = { version = "0.40.0", default-features = false } | ||
tendermint-light-client = { version = "0.40.0", default-features = false } | ||
tendermint-light-client-verifier = { version = "0.40.0", default-features = false } | ||
tendermint-proto = { version = "0.40.0", default-features = false } | ||
tendermint-rpc = { version = "0.40.0", default-features = false } | ||
tendermint-testgen = { version = "0.40.0", default-features = false } | ||
|
||
# parity dependencies | ||
parity-scale-codec = { version = "3.6.12", default-features = false, features = [ "derive" ] } | ||
|
Oops, something went wrong.