(cargo-release) version 0.17.0

This commit is contained in:
Georgios Konstantopoulos 2022-07-28 10:58:49 -07:00
parent de2ed3391d
commit a5b91a0f74
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1052,7 +1052,7 @@ dependencies = [
[[package]]
name = "ethers-addressbook"
version = "0.13.0"
version = "0.17.0"
dependencies = [
"ethers-core",
"once_cell",

View File

@ -81,7 +81,7 @@ solc-tests = ["ethers-solc", "ethers-solc/tests"]
solc-sha2-asm = ["ethers-solc", "ethers-solc/asm"]
[dependencies]
ethers-addressbook = { version = "^0.13.0", default-features = false, path = "./ethers-addressbook" }
ethers-addressbook = { version = "^0.17.0", default-features = false, path = "./ethers-addressbook" }
ethers-contract = { version = "^0.13.0", default-features = false, path = "./ethers-contract" }
ethers-core = { version = "^0.17.0", default-features = false, path = "./ethers-core" }
ethers-providers = { version = "^0.13.0", default-features = false, path = "./ethers-providers" }

View File

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