From af58c903b6902344f73df3a7518d4dc76f3477e0 Mon Sep 17 00:00:00 2001 From: Ranadeep Biswas Date: Wed, 24 Apr 2024 18:56:32 +0200 Subject: [PATCH] update msrv to 1.72 --- .github/workflows/rust.yml | 2 +- Cargo.toml | 2 +- clippy.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3bdb7811f..62b194527 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: diff --git a/Cargo.toml b/Cargo.toml index 70c351cd9..013dcdf8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] diff --git a/clippy.toml b/clippy.toml index 76e4dff64..24256e918 100644 --- a/clippy.toml +++ b/clippy.toml @@ -7,4 +7,4 @@ disallowed-types = [ disallowed-methods = [ "std::time::Duration::as_secs_f64", ] -msrv = "1.71.1" +msrv = "1.72"