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"
|
||||
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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue