Skip to content

Commit

Permalink
Merge branch 'main' into rano/chores
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 24, 2024
2 parents e83ec1d + ddd3f48 commit 3bf544b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/breaking-changes/1193-bump-msrv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [ibc] Update minimum supported Rust version to 1.72.
([\#1193](https://github.com/cosmos/ibc-rs/issues/1193))
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Update `ibc-proto` to v0.43.0 and `tendermint` dependencies to v0.35.0.
([#1171](https://github.com/cosmos/ibc-rs/issues/1171))
([\#1171](https://github.com/cosmos/ibc-rs/issues/1171))
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
timeout-minutes: 30
env:
CARGO_MSRV_VERSION: 0.16.0-beta.20
MSRV: 1.71.1
MSRV: 1.72
strategy:
matrix:
param:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ exclude = [
version = "0.51.0"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.71.1"
rust-version = "1.72"
readme = "README.md"
repository = "https://github.com/cosmos/ibc-rs"
authors = ["Informal Systems <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ disallowed-types = [
disallowed-methods = [
"std::time::Duration::as_secs_f64",
]
msrv = "1.71.1"
msrv = "1.72"

0 comments on commit 3bf544b

Please sign in to comment.