-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* check rust version using cargo hack * add rust-version * taplo fmt * cargo clippy * fix typos * fix parity-scale-codec dep * check rust version for all targets and features * use caret requirment for parity-scale-codec * revert caret requirement * rust-version to 1.79.0 * verify using cargo-msrv * fix msrv ci * add comment * use updated action * use cargo-binstall * pass github token to cargo binstall * rm redundant matrix * use cargo nextest * fix nextest run * changelog entry * update cargo lockfiles
- Loading branch information
Showing
13 changed files
with
174 additions
and
178 deletions.
There are no files selected for viewing
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,2 @@ | ||
- [ibc] Update MSRV to `1.79.0`. | ||
([\#1382](https://github.com/cosmos/ibc-rs/issues/1382)) |
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.56.0" | ||
license = "Apache-2.0" | ||
edition = "2021" | ||
rust-version = "1.75.0" | ||
rust-version = "1.79.0" | ||
readme = "README.md" | ||
repository = "https://github.com/cosmos/ibc-rs" | ||
authors = [ "Informal Systems <[email protected]>" ] | ||
|
Oops, something went wrong.