diff --git a/Cargo.lock b/Cargo.lock index e72eacfc..e5d37f3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1228,7 +1228,7 @@ dependencies = [ [[package]] name = "ethers-addressbook" -version = "0.17.0" +version = "1.0.0" dependencies = [ "ethers-core", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 8f114d38..7d2f96d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ solc-tests = ["ethers-solc", "ethers-solc/tests"] solc-sha2-asm = ["ethers-solc", "ethers-solc/asm"] [dependencies] -ethers-addressbook = { version = "^0.17.0", default-features = false, path = "./ethers-addressbook" } +ethers-addressbook = { version = "^1.0.0", default-features = false, path = "./ethers-addressbook" } ethers-contract = { version = "^0.17.0", default-features = false, path = "./ethers-contract" } ethers-core = { version = "^1.0.0", default-features = false, path = "./ethers-core" } ethers-providers = { version = "^0.17.0", default-features = false, path = "./ethers-providers" } diff --git a/ethers-addressbook/Cargo.toml b/ethers-addressbook/Cargo.toml index 2e9ea492..95c3beb5 100644 --- a/ethers-addressbook/Cargo.toml +++ b/ethers-addressbook/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-addressbook" -version = "0.17.0" +version = "1.0.0" edition = "2021" rust-version = "1.62" authors = ["Georgios Konstantopoulos "]