docs: update MRSV to 1.64 (#1926)

* IntoFuture was implemented in #1826, which means the MSRV should now
   be 1.64
This commit is contained in:
Dan Cline 2022-12-06 01:04:48 -05:00 committed by GitHub
parent c35e6e2fd3
commit 80d887b67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 14 additions and 14 deletions

View File

@ -2,7 +2,7 @@
name = "ethers"
version = "1.0.2"
edition = "2021"
rust-version = "1.62"
rust-version = "1.64"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"

View File

@ -2,7 +2,7 @@
name = "ethers-addressbook"
version = "1.0.2"
edition = "2021"
rust-version = "1.62"
rust-version = "1.64"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
license = "MIT OR Apache-2.0"
description = "Common Ethereum name to address mappings"

View File

@ -2,7 +2,7 @@
name = "ethers-contract"
version = "1.0.2"
edition = "2018"
rust-version = "1.62"
rust-version = "1.64"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
license = "MIT OR Apache-2.0"
description = "Smart contract bindings for the ethers-rs crate"

View File

@ -1324,7 +1324,7 @@ contract Enum {
name = "ethers-contract"
version = "1.0.0"
edition = "2018"
rust-version = "1.62"
rust-version = "1.64"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
license = "MIT OR Apache-2.0"
description = "Smart contract bindings for the ethers-rs crate"
@ -1370,7 +1370,7 @@ contract Enum {
name = "ethers-contract"
version = "1.0.0"
edition = "2018"
rust-version = "1.62"
rust-version = "1.64"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
license = "MIT OR Apache-2.0"
description = "Smart contract bindings for the ethers-rs crate"
@ -1417,7 +1417,7 @@ contract Enum {
name = "ethers-contract"
version = "1.0.0"
edition = "2018"
rust-version = "1.62"
rust-version = "1.64"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
license = "MIT OR Apache-2.0"
description = "Smart contract bindings for the ethers-rs crate"
@ -1464,7 +1464,7 @@ contract Enum {
name = "ethers-contract"
version = "1.0.0"
edition = "2018"
rust-version = "1.62"
rust-version = "1.64"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
license = "MIT OR Apache-2.0"
description = "Smart contract bindings for the ethers-rs crate"

View File

@ -2,7 +2,7 @@
name = "ethers-core"
license = "MIT OR Apache-2.0"
version = "1.0.2"
rust-version = "1.62"
rust-version = "1.64"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
edition = "2018"
description = "Core structures for the ethers-rs crate"

View File

@ -1,7 +1,7 @@
[package]
name = "ethers-etherscan"
version = "1.0.2"
rust-version = "1.62"
rust-version = "1.64"
authors = [
"Matthias Seitz <matthias.seitz@outlook.de>",
"Georgios Konstantopoulos <me@gakonst.com>",

View File

@ -2,7 +2,7 @@
name = "ethers-middleware"
version = "1.0.2"
edition = "2018"
rust-version = "1.62"
rust-version = "1.64"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
license = "MIT OR Apache-2.0"
description = "Middleware implementations for the ethers-rs crate"

View File

@ -2,7 +2,7 @@
name = "ethers-providers"
version = "1.0.2"
edition = "2018"
rust-version = "1.62"
rust-version = "1.64"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
license = "MIT OR Apache-2.0"
description = "Provider implementations for the ethers-rs crate"

View File

@ -2,7 +2,7 @@
name = "ethers-signers"
version = "1.0.2"
edition = "2018"
rust-version = "1.62"
rust-version = "1.64"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
license = "MIT OR Apache-2.0"
description = "Signer implementations for the ethers-rs crate"

View File

@ -2,7 +2,7 @@
name = "ethers-solc"
version = "1.0.2"
edition = "2018"
rust-version = "1.62"
rust-version = "1.64"
authors = [
"Matthias Seitz <matthias.seitz@outlook.de>",
"Georgios Konstantopoulos <me@gakonst.com>",

View File

@ -2,7 +2,7 @@
name = "ethers-wasm"
version = "0.1.0"
edition = "2018"
rust-version = "1.62"
rust-version = "1.64"
authors = ["Matthias Seitz <matthias.seitz@outlook.de>"]
license = "MIT OR Apache-2.0"
readme = "README.md"