chore: update to Rust edition 2021 (#528)
This commit is contained in:
parent
cba1a85483
commit
0445414928
|
@ -3,7 +3,7 @@ name = "ethers"
|
|||
version = "0.5.3"
|
||||
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/ethers"
|
||||
repository = "https://github.com/gakonst/ethers-rs"
|
||||
|
|
Loading…
Reference in New Issue