Skip to content

Commit

Permalink
update msrv to 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 24, 2024
1 parent ee7f671 commit af58c90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,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 af58c90

Please sign in to comment.