(cargo-release) version 0.5.2

This commit is contained in:
Georgios Konstantopoulos 2021-09-05 14:48:23 +03:00
parent 220458fd5b
commit 8acc0dcdd0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -847,7 +847,7 @@ dependencies = [
[[package]] [[package]]
name = "ethers" name = "ethers"
version = "0.5.1" version = "0.5.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"ethers-contract", "ethers-contract",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ethers" name = "ethers"
version = "0.5.1" version = "0.5.2"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"] authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
edition = "2018" edition = "2018"