diff --git a/Cargo.lock b/Cargo.lock index 6cee084d..4c113d35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -905,7 +905,7 @@ dependencies = [ [[package]] name = "ethers" -version = "0.5.3" +version = "0.5.4" dependencies = [ "anyhow", "bytes", @@ -979,7 +979,7 @@ dependencies = [ [[package]] name = "ethers-core" -version = "0.5.4" +version = "0.5.5" dependencies = [ "arrayvec 0.7.2", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 32493514..2b28b5c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers" -version = "0.5.3" +version = "0.5.4" authors = ["Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" edition = "2021" diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 9eaf14e3..0633d5f1 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.4" +version = "0.5.5" authors = ["Georgios Konstantopoulos "] edition = "2018" description = "Core structures for the ethers-rs crate"