(cargo-release) version 1.0.2

This commit is contained in:
Georgios Konstantopoulos 2022-11-27 12:27:55 -08:00
parent 1b495dd143
commit e993d4c953
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1250,7 +1250,7 @@ dependencies = [
[[package]]
name = "ethers-addressbook"
version = "1.0.0"
version = "1.0.2"
dependencies = [
"ethers-core",
"once_cell",

View File

@ -1,6 +1,6 @@
[package]
name = "ethers-addressbook"
version = "1.0.0"
version = "1.0.2"
edition = "2021"
rust-version = "1.62"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]