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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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