From 80d887b67ebb760a2c8f437c56595b6c5c105a59 Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Tue, 6 Dec 2022 01:04:48 -0500 Subject: [PATCH] docs: update MRSV to 1.64 (#1926) * IntoFuture was implemented in #1826, which means the MSRV should now be 1.64 --- Cargo.toml | 2 +- ethers-addressbook/Cargo.toml | 2 +- ethers-contract/Cargo.toml | 2 +- ethers-contract/ethers-contract-abigen/src/multi.rs | 8 ++++---- ethers-core/Cargo.toml | 2 +- ethers-etherscan/Cargo.toml | 2 +- ethers-middleware/Cargo.toml | 2 +- ethers-providers/Cargo.toml | 2 +- ethers-signers/Cargo.toml | 2 +- ethers-solc/Cargo.toml | 2 +- examples/ethers-wasm/Cargo.toml | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c02d04f6..eff02c36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ethers" version = "1.0.2" edition = "2021" -rust-version = "1.62" +rust-version = "1.64" authors = ["Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/ethers-addressbook/Cargo.toml b/ethers-addressbook/Cargo.toml index 0d443d87..17907527 100644 --- a/ethers-addressbook/Cargo.toml +++ b/ethers-addressbook/Cargo.toml @@ -2,7 +2,7 @@ name = "ethers-addressbook" version = "1.0.2" edition = "2021" -rust-version = "1.62" +rust-version = "1.64" authors = ["Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" description = "Common Ethereum name to address mappings" diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index 02f6bac3..821fe3bf 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -2,7 +2,7 @@ name = "ethers-contract" version = "1.0.2" edition = "2018" -rust-version = "1.62" +rust-version = "1.64" authors = ["Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" description = "Smart contract bindings for the ethers-rs crate" diff --git a/ethers-contract/ethers-contract-abigen/src/multi.rs b/ethers-contract/ethers-contract-abigen/src/multi.rs index 9729e847..76e37b66 100644 --- a/ethers-contract/ethers-contract-abigen/src/multi.rs +++ b/ethers-contract/ethers-contract-abigen/src/multi.rs @@ -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 "] 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 "] 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 "] 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 "] license = "MIT OR Apache-2.0" description = "Smart contract bindings for the ethers-rs crate" diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 9a5eaec4..987c1654 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -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 "] edition = "2018" description = "Core structures for the ethers-rs crate" diff --git a/ethers-etherscan/Cargo.toml b/ethers-etherscan/Cargo.toml index 52283992..a6f71c6b 100644 --- a/ethers-etherscan/Cargo.toml +++ b/ethers-etherscan/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ethers-etherscan" version = "1.0.2" -rust-version = "1.62" +rust-version = "1.64" authors = [ "Matthias Seitz ", "Georgios Konstantopoulos ", diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index b53788bf..9fc5775c 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -2,7 +2,7 @@ name = "ethers-middleware" version = "1.0.2" edition = "2018" -rust-version = "1.62" +rust-version = "1.64" authors = ["Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" description = "Middleware implementations for the ethers-rs crate" diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index b924c882..30a5dbbe 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -2,7 +2,7 @@ name = "ethers-providers" version = "1.0.2" edition = "2018" -rust-version = "1.62" +rust-version = "1.64" authors = ["Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" description = "Provider implementations for the ethers-rs crate" diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index 18cd5657..96915bf4 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -2,7 +2,7 @@ name = "ethers-signers" version = "1.0.2" edition = "2018" -rust-version = "1.62" +rust-version = "1.64" authors = ["Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" description = "Signer implementations for the ethers-rs crate" diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index 26de0f69..c5acea35 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -2,7 +2,7 @@ name = "ethers-solc" version = "1.0.2" edition = "2018" -rust-version = "1.62" +rust-version = "1.64" authors = [ "Matthias Seitz ", "Georgios Konstantopoulos ", diff --git a/examples/ethers-wasm/Cargo.toml b/examples/ethers-wasm/Cargo.toml index a74568d8..181e0f81 100644 --- a/examples/ethers-wasm/Cargo.toml +++ b/examples/ethers-wasm/Cargo.toml @@ -2,7 +2,7 @@ name = "ethers-wasm" version = "0.1.0" edition = "2018" -rust-version = "1.62" +rust-version = "1.64" authors = ["Matthias Seitz "] license = "MIT OR Apache-2.0" readme = "README.md"