diff --git a/Cargo.lock b/Cargo.lock index 6e5ecb8b..66750ced 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -907,7 +907,7 @@ dependencies = [ [[package]] name = "ethers-core" -version = "0.5.1" +version = "0.5.2" dependencies = [ "arrayvec 0.7.1", "bincode", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 2b320fc3..a7ac4a69 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ethers-core" license = "MIT OR Apache-2.0" -version = "0.5.1" +version = "0.5.2" authors = ["Georgios Konstantopoulos "] edition = "2018" description = "Core structures for the ethers-rs crate"