From 022f082cee60f40d5004c12c4f12a7a56bf2da07 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Sun, 18 Dec 2022 12:41:11 +0100 Subject: [PATCH] fix(msrv): bump in .clippy.toml and add a comment in root Cargo.toml (#1945) --- .clippy.toml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.clippy.toml b/.clippy.toml index 6bfeada7..ad0ea4e7 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -1 +1 @@ -msrv = "1.62" +msrv = "1.64" diff --git a/Cargo.toml b/Cargo.toml index eff02c36..3205a175 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ethers" version = "1.0.2" edition = "2021" -rust-version = "1.64" +rust-version = "1.64" # must also be changed in **/Cargo.toml and .clippy.toml authors = ["Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" readme = "README.md"