fix(msrv): bump in .clippy.toml and add a comment in root Cargo.toml (#1945)
This commit is contained in:
parent
6efa7ca85f
commit
022f082cee
|
@ -1 +1 @@
|
|||
msrv = "1.62"
|
||||
msrv = "1.64"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue