From d5831b2679e7be2a1f0b0d95b3ac7390eb86435d Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Fri, 17 Mar 2023 19:34:21 +0100 Subject: [PATCH] chore: bump MSRV from 1.64 to 1.65 (#2277) --- .clippy.toml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.clippy.toml b/.clippy.toml index ad0ea4e7..04371125 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -1 +1 @@ -msrv = "1.64" +msrv = "1.65" diff --git a/Cargo.toml b/Cargo.toml index ab7bf7ef..3cd4a57e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace.package] version = "2.0.0" edition = "2021" -rust-version = "1.64" +rust-version = "1.65" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/ethers" repository = "https://github.com/gakonst/ethers-rs"