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"