From 04454149286763ceb36d0a0d9841929ddd9fb754 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Sun, 24 Oct 2021 23:45:01 +0300 Subject: [PATCH] chore: update to Rust edition 2021 (#528) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c93e3c2f..1367bdea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "ethers" version = "0.5.3" authors = ["Georgios Konstantopoulos "] 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"