(cargo-release) version 1.0.0
This commit is contained in:
parent
79024ebbe9
commit
266a40e2bc
|
@ -1228,7 +1228,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ethers-addressbook"
|
name = "ethers-addressbook"
|
||||||
version = "0.17.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ethers-core",
|
"ethers-core",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
|
|
|
@ -89,7 +89,7 @@ solc-tests = ["ethers-solc", "ethers-solc/tests"]
|
||||||
solc-sha2-asm = ["ethers-solc", "ethers-solc/asm"]
|
solc-sha2-asm = ["ethers-solc", "ethers-solc/asm"]
|
||||||
|
|
||||||
[dependencies]
|
[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-contract = { version = "^0.17.0", default-features = false, path = "./ethers-contract" }
|
||||||
ethers-core = { version = "^1.0.0", default-features = false, path = "./ethers-core" }
|
ethers-core = { version = "^1.0.0", default-features = false, path = "./ethers-core" }
|
||||||
ethers-providers = { version = "^0.17.0", default-features = false, path = "./ethers-providers" }
|
ethers-providers = { version = "^0.17.0", default-features = false, path = "./ethers-providers" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ethers-addressbook"
|
name = "ethers-addressbook"
|
||||||
version = "0.17.0"
|
version = "1.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.62"
|
rust-version = "1.62"
|
||||||
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
|
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
|
||||||
|
|
Loading…
Reference in New Issue