(cargo-release) version 1.0.2

This commit is contained in:
Georgios Konstantopoulos 2022-11-27 12:27:57 -08:00
parent 71e2727ae3
commit 3e29aaa82d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1362,7 +1362,7 @@ dependencies = [
[[package]]
name = "ethers-etherscan"
version = "1.0.0"
version = "1.0.2"
dependencies = [
"ethers-core",
"ethers-solc",

View File

@ -1,6 +1,6 @@
[package]
name = "ethers-etherscan"
version = "1.0.0"
version = "1.0.2"
rust-version = "1.62"
authors = [
"Matthias Seitz <matthias.seitz@outlook.de>",