chore: bump MSRV from 1.64 to 1.65 (#2277)

This commit is contained in:
DaniPopes 2023-03-17 19:34:21 +01:00 committed by GitHub
parent ef7fb0fecf
commit d5831b2679
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.64"
msrv = "1.65"

View File

@ -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"