(cargo-release) version 0.5.2

This commit is contained in:
Georgios Konstantopoulos 2021-08-31 13:39:25 +03:00
parent a1f2600551
commit 838f19fcd4
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -907,7 +907,7 @@ dependencies = [
[[package]]
name = "ethers-core"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"arrayvec 0.7.1",
"bincode",

View File

@ -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 <me@gakonst.com>"]
edition = "2018"
description = "Core structures for the ethers-rs crate"