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:
parent
c35e6e2fd3
commit
80d887b67e
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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>",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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>",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue