(cargo-release) version 0.5.3

This commit is contained in:
Georgios Konstantopoulos 2021-09-24 21:07:43 -04:00
parent f3fb19744e
commit 64d58a0328
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -882,7 +882,7 @@ dependencies = [
[[package]] [[package]]
name = "ethers-contract-abigen" name = "ethers-contract-abigen"
version = "0.5.2" version = "0.5.3"
dependencies = [ dependencies = [
"Inflector", "Inflector",
"anyhow", "anyhow",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ethers-contract-abigen" name = "ethers-contract-abigen"
version = "0.5.2" version = "0.5.3"
authors = ["Nicholas Rodrigues Lordello <nlordell@gmail.com>", "Georgios Konstantopoulos <me@gakonst.com>"] authors = ["Nicholas Rodrigues Lordello <nlordell@gmail.com>", "Georgios Konstantopoulos <me@gakonst.com>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"