fix(msrv): bump in .clippy.toml and add a comment in root Cargo.toml (#1945)

This commit is contained in:
DaniPopes 2022-12-18 12:41:11 +01:00 committed by GitHub
parent 6efa7ca85f
commit 022f082cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
msrv = "1.62"
msrv = "1.64"

View File

@ -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 <me@gakonst.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"