diff --git a/Cargo.lock b/Cargo.lock index bb769fda..47ef4500 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -847,7 +847,7 @@ dependencies = [ [[package]] name = "ethers" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "ethers-contract", diff --git a/Cargo.toml b/Cargo.toml index 200eb605..282323b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers" -version = "0.5.1" +version = "0.5.2" authors = ["Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" edition = "2018"