diff --git a/Cargo.lock b/Cargo.lock index f38f8c01..486096c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1295,7 +1295,7 @@ dependencies = [ [[package]] name = "ethers" -version = "1.0.2" +version = "2.0.0" dependencies = [ "bytes", "ethers-addressbook", @@ -1317,7 +1317,7 @@ dependencies = [ [[package]] name = "ethers-addressbook" -version = "1.0.2" +version = "2.0.0" dependencies = [ "ethers-core", "once_cell", @@ -1327,7 +1327,7 @@ dependencies = [ [[package]] name = "ethers-contract" -version = "1.0.2" +version = "2.0.0" dependencies = [ "ethers-contract-abigen", "ethers-contract-derive", @@ -1348,7 +1348,7 @@ dependencies = [ [[package]] name = "ethers-contract-abigen" -version = "1.0.2" +version = "2.0.0" dependencies = [ "Inflector", "cfg-if 1.0.0", @@ -1376,7 +1376,7 @@ dependencies = [ [[package]] name = "ethers-contract-derive" -version = "1.0.2" +version = "2.0.0" dependencies = [ "ethers-contract-abigen", "ethers-core", @@ -1390,7 +1390,7 @@ dependencies = [ [[package]] name = "ethers-core" -version = "1.0.2" +version = "2.0.0" dependencies = [ "arrayvec 0.7.2", "bincode", @@ -1424,7 +1424,7 @@ dependencies = [ [[package]] name = "ethers-derive-eip712" -version = "1.0.2" +version = "2.0.0" dependencies = [ "ethers-contract-derive", "ethers-core", @@ -1436,7 +1436,7 @@ dependencies = [ [[package]] name = "ethers-etherscan" -version = "1.0.2" +version = "2.0.0" dependencies = [ "ethers-core", "ethers-solc", @@ -1456,7 +1456,7 @@ dependencies = [ [[package]] name = "ethers-middleware" -version = "1.0.2" +version = "2.0.0" dependencies = [ "async-trait", "auto_impl", @@ -1484,7 +1484,7 @@ dependencies = [ [[package]] name = "ethers-providers" -version = "1.0.2" +version = "2.0.0" dependencies = [ "async-trait", "auto_impl", @@ -1524,7 +1524,7 @@ dependencies = [ [[package]] name = "ethers-signers" -version = "1.0.2" +version = "2.0.0" dependencies = [ "async-trait", "coins-bip32", @@ -1557,7 +1557,7 @@ dependencies = [ [[package]] name = "ethers-solc" -version = "1.0.2" +version = "2.0.0" dependencies = [ "cfg-if 1.0.0", "criterion", @@ -1615,7 +1615,7 @@ dependencies = [ [[package]] name = "examples-anvil" -version = "1.0.2" +version = "2.0.0" dependencies = [ "ethers", "eyre", @@ -1624,14 +1624,14 @@ dependencies = [ [[package]] name = "examples-big-numbers" -version = "1.0.2" +version = "2.0.0" dependencies = [ "ethers", ] [[package]] name = "examples-contracts" -version = "1.0.2" +version = "2.0.0" dependencies = [ "ethers", "eyre", @@ -1642,7 +1642,7 @@ dependencies = [ [[package]] name = "examples-events" -version = "1.0.2" +version = "2.0.0" dependencies = [ "ethers", "eyre", @@ -1653,7 +1653,7 @@ dependencies = [ [[package]] name = "examples-middleware" -version = "1.0.2" +version = "2.0.0" dependencies = [ "async-trait", "ethers", @@ -1665,7 +1665,7 @@ dependencies = [ [[package]] name = "examples-providers" -version = "1.0.2" +version = "2.0.0" dependencies = [ "async-trait", "ethers", @@ -1680,7 +1680,7 @@ dependencies = [ [[package]] name = "examples-queries" -version = "1.0.2" +version = "2.0.0" dependencies = [ "ethers", "eyre", @@ -1691,7 +1691,7 @@ dependencies = [ [[package]] name = "examples-subscriptions" -version = "1.0.2" +version = "2.0.0" dependencies = [ "ethers", "eyre", @@ -1702,7 +1702,7 @@ dependencies = [ [[package]] name = "examples-transactions" -version = "1.0.2" +version = "2.0.0" dependencies = [ "ethers", "eyre", @@ -1713,7 +1713,7 @@ dependencies = [ [[package]] name = "examples-wallets" -version = "1.0.2" +version = "2.0.0" dependencies = [ "ethers", "eyre", diff --git a/Cargo.toml b/Cargo.toml index 0e0ee19d..e692e203 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers" -version = "1.0.2" +version = "2.0.0" edition = "2021" rust-version = "1.64" # must also be changed in **/Cargo.toml and .clippy.toml authors = ["Georgios Konstantopoulos "] @@ -94,21 +94,21 @@ solc-tests = ["ethers-solc", "ethers-solc/tests"] solc-sha2-asm = ["ethers-solc", "ethers-solc/asm"] [dependencies] -ethers-addressbook = { version = "^1.0.0", default-features = false, path = "./ethers-addressbook" } -ethers-contract = { version = "^1.0.0", default-features = false, path = "./ethers-contract" } -ethers-core = { version = "^1.0.0", default-features = false, path = "./ethers-core" } -ethers-providers = { version = "^1.0.0", default-features = false, path = "./ethers-providers" } -ethers-signers = { version = "^1.0.0", default-features = false, path = "./ethers-signers" } -ethers-middleware = { version = "^1.0.0", default-features = false, path = "./ethers-middleware" } -ethers-solc = { version = "^1.0.0", default-features = false, path = "./ethers-solc", optional = true } -ethers-etherscan = { version = "^1.0.0", default-features = false, path = "./ethers-etherscan" } +ethers-addressbook = { version = "^2.0.0", default-features = false, path = "./ethers-addressbook" } +ethers-contract = { version = "^2.0.0", default-features = false, path = "./ethers-contract" } +ethers-core = { version = "^2.0.0", default-features = false, path = "./ethers-core" } +ethers-providers = { version = "^2.0.0", default-features = false, path = "./ethers-providers" } +ethers-signers = { version = "^2.0.0", default-features = false, path = "./ethers-signers" } +ethers-middleware = { version = "^2.0.0", default-features = false, path = "./ethers-middleware" } +ethers-solc = { version = "^2.0.0", default-features = false, path = "./ethers-solc", optional = true } +ethers-etherscan = { version = "^2.0.0", default-features = false, path = "./ethers-etherscan" } [dev-dependencies] -ethers-contract = { version = "^1.0.0", default-features = false, path = "./ethers-contract", features = [ +ethers-contract = { version = "^2.0.0", default-features = false, path = "./ethers-contract", features = [ "abigen", "eip712", ] } -ethers-providers = { version = "^1.0.0", default-features = false, path = "./ethers-providers", features = [ +ethers-providers = { version = "^2.0.0", default-features = false, path = "./ethers-providers", features = [ "ws", "ipc", ] } diff --git a/ethers-addressbook/Cargo.toml b/ethers-addressbook/Cargo.toml index f13e7792..758f9008 100644 --- a/ethers-addressbook/Cargo.toml +++ b/ethers-addressbook/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-addressbook" -version = "1.0.2" +version = "2.0.0" edition = "2021" rust-version = "1.64" authors = ["Georgios Konstantopoulos "] @@ -11,7 +11,7 @@ repository = "https://github.com/gakonst/ethers-rs" keywords = ["ethereum", "web3", "celo", "ethers"] [dependencies] -ethers-core = { version = "^1.0.0", path = "../ethers-core", default-features = false } +ethers-core = { version = "^2.0.0", path = "../ethers-core", default-features = false } once_cell = "1.17.1" serde = { version = "1.0", features = ["derive"] } diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index c0bf6e45..d6f9a579 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-contract" -version = "1.0.2" +version = "2.0.0" edition = "2021" rust-version = "1.64" authors = ["Georgios Konstantopoulos "] @@ -11,11 +11,11 @@ repository = "https://github.com/gakonst/ethers-rs" keywords = ["ethereum", "web3", "celo", "ethers"] [dependencies] -ethers-providers = { version = "^1.0.0", path = "../ethers-providers", default-features = false } -ethers-core = { version = "^1.0.0", path = "../ethers-core", default-features = false } -ethers-contract-abigen = { version = "^1.0.0", path = "ethers-contract-abigen", default-features = false, optional = true } -ethers-contract-derive = { version = "^1.0.0", path = "ethers-contract-derive", optional = true } -ethers-derive-eip712 = { version = "^1.0.0", path = "../ethers-core/ethers-derive-eip712", optional = true } +ethers-providers = { version = "^2.0.0", path = "../ethers-providers", default-features = false } +ethers-core = { version = "^2.0.0", path = "../ethers-core", default-features = false } +ethers-contract-abigen = { version = "^2.0.0", path = "ethers-contract-abigen", default-features = false, optional = true } +ethers-contract-derive = { version = "^2.0.0", path = "ethers-contract-derive", optional = true } +ethers-derive-eip712 = { version = "^2.0.0", path = "../ethers-core/ethers-derive-eip712", optional = true } serde = { version = "1.0.124", default-features = false } serde_json = { version = "1.0.64", default-features = false } @@ -26,17 +26,17 @@ futures-util = { version = "^0.3" } hex = { version = "0.4.3", default-features = false, features = ["std"] } [dev-dependencies] -ethers-providers = { version = "^1.0.0", path = "../ethers-providers", default-features = false, features = [ +ethers-providers = { version = "^2.0.0", path = "../ethers-providers", default-features = false, features = [ "ws", ] } -ethers-signers = { version = "^1.0.0", path = "../ethers-signers" } -ethers-contract-abigen = { version = "^1.0.0", path = "ethers-contract-abigen" } -ethers-contract-derive = { version = "^1.0.0", path = "ethers-contract-derive" } -ethers-core = { version = "^1.0.0", path = "../ethers-core", default-features = false, features = [ +ethers-signers = { version = "^2.0.0", path = "../ethers-signers" } +ethers-contract-abigen = { version = "^2.0.0", path = "ethers-contract-abigen" } +ethers-contract-derive = { version = "^2.0.0", path = "ethers-contract-derive" } +ethers-core = { version = "^2.0.0", path = "../ethers-core", default-features = false, features = [ "eip712", ] } -ethers-derive-eip712 = { version = "^1.0.0", path = "../ethers-core/ethers-derive-eip712" } -ethers-solc = { version = "^1.0.0", path = "../ethers-solc", default-features = false } +ethers-derive-eip712 = { version = "^2.0.0", path = "../ethers-core/ethers-derive-eip712" } +ethers-solc = { version = "^2.0.0", path = "../ethers-solc", default-features = false } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] tokio = { version = "1.18", default-features = false, features = ["macros"] } diff --git a/ethers-contract/ethers-contract-abigen/Cargo.toml b/ethers-contract/ethers-contract-abigen/Cargo.toml index 9fb480fe..fcc9cce2 100644 --- a/ethers-contract/ethers-contract-abigen/Cargo.toml +++ b/ethers-contract/ethers-contract-abigen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-contract-abigen" -version = "1.0.2" +version = "2.0.0" edition = "2021" rust-version = "1.64" authors = [ @@ -14,8 +14,8 @@ repository = "https://github.com/gakonst/ethers-rs" keywords = ["ethereum", "web3", "celo", "ethers"] [dependencies] -ethers-core = { version = "^1.0.0", path = "../../ethers-core", features = ["macros"] } -ethers-etherscan = { path = "../../ethers-etherscan", default-features = false, optional = true } +ethers-core = { version = "^2.0.0", path = "../../ethers-core", features = ["macros"] } +ethers-etherscan = { version = "^2.0.0", path = "../../ethers-etherscan", default-features = false, optional = true } proc-macro2 = "1.0" quote = "1.0" @@ -53,7 +53,7 @@ rustls = ["online", "reqwest/rustls-tls", "ethers-etherscan/rustls"] [dev-dependencies] tempfile = "3.2.0" -ethers-solc = { version = "^1.0.0", path = "../../ethers-solc", default-features = false, features = [ +ethers-solc = { version = "^2.0.0", path = "../../ethers-solc", default-features = false, features = [ "project-util", "svm-solc", ] } diff --git a/ethers-contract/ethers-contract-derive/Cargo.toml b/ethers-contract/ethers-contract-derive/Cargo.toml index 7a757406..f255ba79 100644 --- a/ethers-contract/ethers-contract-derive/Cargo.toml +++ b/ethers-contract/ethers-contract-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-contract-derive" -version = "1.0.2" +version = "2.0.0" edition = "2021" rust-version = "1.64" authors = [ @@ -17,8 +17,8 @@ keywords = ["ethereum", "web3", "celo", "ethers"] proc-macro = true [dependencies] -ethers-core = { version = "^1.0.0", path = "../../ethers-core" } -ethers-contract-abigen = { version = "^1.0.0", path = "../ethers-contract-abigen", default-features = false } +ethers-core = { version = "^2.0.0", path = "../../ethers-core" } +ethers-contract-abigen = { version = "^2.0.0", path = "../ethers-contract-abigen", default-features = false } proc-macro2 = "1.0" quote = "1.0" diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 147eb874..a0367108 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-core" -version = "1.0.2" +version = "2.0.0" edition = "2021" rust-version = "1.64" authors = ["Georgios Konstantopoulos "] diff --git a/ethers-core/ethers-derive-eip712/Cargo.toml b/ethers-core/ethers-derive-eip712/Cargo.toml index 61073774..c301aecd 100644 --- a/ethers-core/ethers-derive-eip712/Cargo.toml +++ b/ethers-core/ethers-derive-eip712/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-derive-eip712" -version = "1.0.2" +version = "2.0.0" edition = "2021" rust-version = "1.64" description = "Custom derive macro for EIP-712 typed data" @@ -12,7 +12,7 @@ proc-macro = true [dependencies] quote = "1.0.9" syn = "1.0.77" -ethers-core = { version = "^1.0.0", path = "../", default-features = false, features = [ +ethers-core = { version = "^2.0.0", path = "../", default-features = false, features = [ "eip712", "macros", ] } @@ -20,4 +20,4 @@ hex = "0.4.3" serde_json = "1.0.68" [dev-dependencies] -ethers-contract-derive = { version = "^1.0.0", path = "../../ethers-contract/ethers-contract-derive" } +ethers-contract-derive = { version = "^2.0.0", path = "../../ethers-contract/ethers-contract-derive" } diff --git a/ethers-etherscan/Cargo.toml b/ethers-etherscan/Cargo.toml index 44d68782..0e48a742 100644 --- a/ethers-etherscan/Cargo.toml +++ b/ethers-etherscan/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-etherscan" -version = "1.0.2" +version = "2.0.0" edition = "2021" rust-version = "1.64" authors = [ @@ -18,8 +18,8 @@ Rust API bindings for the etherscan.io web API keywords = ["ethereum", "web3", "etherscan", "ethers"] [dependencies] -ethers-core = { version = "^1.0.0", path = "../ethers-core", default-features = false } -ethers-solc = { version = "^1.0.0", path = "../ethers-solc", default-features = false, optional = true } +ethers-core = { version = "^2.0.0", path = "../ethers-core", default-features = false } +ethers-solc = { version = "^2.0.0", path = "../ethers-solc", default-features = false, optional = true } reqwest = { version = "0.11.14", default-features = false, features = ["json"] } serde = { version = "1.0.124", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false } @@ -33,7 +33,7 @@ semver = "1.0.16" getrandom = { version = "0.2", features = ["js"] } [dev-dependencies] -ethers-solc = { version = "^1.0.0", path = "../ethers-solc", default-features = false } +ethers-solc = { version = "^2.0.0", path = "../ethers-solc", default-features = false } tempfile = "3.4.0" tokio = { version = "1.18", features = ["macros", "rt-multi-thread", "time"] } diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 431577b1..4c6cb331 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-middleware" -version = "1.0.2" +version = "2.0.0" edition = "2021" rust-version = "1.64" authors = ["Georgios Konstantopoulos "] @@ -16,13 +16,13 @@ rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs"] [dependencies] -ethers-contract = { version = "^1.0.0", path = "../ethers-contract", default-features = false, features = [ +ethers-contract = { version = "^2.0.0", path = "../ethers-contract", default-features = false, features = [ "abigen", ] } -ethers-core = { version = "^1.0.0", path = "../ethers-core", default-features = false } -ethers-etherscan = { version = "^1.0.0", path = "../ethers-etherscan", default-features = false } -ethers-providers = { version = "^1.0.0", path = "../ethers-providers", default-features = false } -ethers-signers = { version = "^1.0.0", path = "../ethers-signers", default-features = false } +ethers-core = { version = "^2.0.0", path = "../ethers-core", default-features = false } +ethers-etherscan = { version = "^2.0.0", path = "../ethers-etherscan", default-features = false } +ethers-providers = { version = "^2.0.0", path = "../ethers-providers", default-features = false } +ethers-signers = { version = "^2.0.0", path = "../ethers-signers", default-features = false } async-trait = { version = "0.1.50", default-features = false } auto_impl = { version = "1.0.1", default-features = false } @@ -44,11 +44,11 @@ instant = { version = "0.1.12", features = ["now"] } tokio = { version = "1.18" } [dev-dependencies] -ethers-providers = { version = "^1.0.0", path = "../ethers-providers", default-features = false, features = [ +ethers-providers = { version = "^2.0.0", path = "../ethers-providers", default-features = false, features = [ "ws", "rustls", ] } -ethers-solc = { version = "^1.0.0", path = "../ethers-solc" } +ethers-solc = { version = "^2.0.0", path = "../ethers-solc" } hex = { version = "0.4.3", default-features = false, features = ["std"] } rand = { version = "0.8.5", default-features = false } diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index 60112918..2836a8b1 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-providers" -version = "1.0.2" +version = "2.0.0" edition = "2021" rust-version = "1.64" authors = ["Georgios Konstantopoulos "] @@ -16,7 +16,7 @@ rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs"] [dependencies] -ethers-core = { version = "^1.0.0", path = "../ethers-core", default-features = false } +ethers-core = { version = "^2.0.0", path = "../ethers-core", default-features = false } async-trait = { version = "0.1.50", default-features = false } hex = { version = "0.4.3", default-features = false, features = ["std"] } diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index b08c46ae..138c3140 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-signers" -version = "1.0.2" +version = "2.0.0" edition = "2021" rust-version = "1.64" authors = ["Georgios Konstantopoulos "] @@ -16,7 +16,7 @@ rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs"] [dependencies] -ethers-core = { version = "^1.0.0", path = "../ethers-core", features = ["eip712"] } +ethers-core = { version = "^2.0.0", path = "../ethers-core", features = ["eip712"] } thiserror = { version = "1.0.39", default-features = false } coins-bip32 = "0.7.0" coins-bip39 = "0.7.0" @@ -45,8 +45,8 @@ eth-keystore = { version = "0.5.0" } home = { version = "0.5.4", optional = true } [dev-dependencies] -ethers-contract-derive = { version = "^1.0.0", path = "../ethers-contract/ethers-contract-derive" } -ethers-derive-eip712 = { version = "^1.0.0", path = "../ethers-core/ethers-derive-eip712" } +ethers-contract-derive = { version = "^2.0.0", path = "../ethers-contract/ethers-contract-derive" } +ethers-derive-eip712 = { version = "^2.0.0", path = "../ethers-core/ethers-derive-eip712" } serde_json = { version = "1.0.64" } yubihsm = { version = "0.41.0", features = ["secp256k1", "usb", "mockhsm"] } diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index 70d59c41..93c76438 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers-solc" -version = "1.0.2" +version = "2.0.0" edition = "2021" rust-version = "1.64" authors = [ @@ -16,7 +16,7 @@ description = "Utilites for working with solc" keywords = ["ethereum", "web3", "solc", "solidity", "ethers"] [dependencies] -ethers-core = { version = "^1.0.0", path = "../ethers-core", default-features = false } +ethers-core = { version = "^2.0.0", path = "../ethers-core", default-features = false } serde_json = "1.0.68" serde = { version = "1.0.130", features = ["derive", "rc"] } semver = { version = "1.0.16", features = ["serde"] } diff --git a/examples/anvil/Cargo.toml b/examples/anvil/Cargo.toml index 7e1fb044..5bed2fb9 100644 --- a/examples/anvil/Cargo.toml +++ b/examples/anvil/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "examples-anvil" -version = "1.0.2" +version = "2.0.0" authors = ["Andrea Simeoni "] edition = "2021" [dev-dependencies] -ethers = { path = "../..", version = "1.0.0" } +ethers = { path = "../..", version = "2.0.0" } eyre = "0.6" tokio = { version = "1.18", features = ["full"] } diff --git a/examples/big-numbers/Cargo.toml b/examples/big-numbers/Cargo.toml index 04505c19..2b1ca01a 100644 --- a/examples/big-numbers/Cargo.toml +++ b/examples/big-numbers/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "examples-big-numbers" -version = "1.0.2" +version = "2.0.0" authors = ["Andrea Simeoni "] edition = "2021" [dev-dependencies] #ethers-core = { version = "^1.0.0", path = "../../ethers-core" } -ethers = { path = "../..", version = "1.0.0" } +ethers = { path = "../..", version = "2.0.0" } diff --git a/examples/contracts/Cargo.toml b/examples/contracts/Cargo.toml index 4f0e12bd..2bf81407 100644 --- a/examples/contracts/Cargo.toml +++ b/examples/contracts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "examples-contracts" -version = "1.0.2" +version = "2.0.0" authors = ["Andrea Simeoni "] edition = "2021" @@ -9,7 +9,7 @@ default = ["legacy"] legacy = [] [dev-dependencies] -ethers = { path = "../..", version = "1.0.0", features = ["abigen", "ethers-solc", "legacy", "rustls", "ws"] } +ethers = { path = "../..", version = "2.0.0", features = ["abigen", "ethers-solc", "legacy", "rustls", "ws"] } eyre = "0.6" serde = { version = "1.0.144", features = ["derive"] } diff --git a/examples/ethers-wasm/Cargo.toml b/examples/ethers-wasm/Cargo.toml index 53aa8de8..7e5dd152 100644 --- a/examples/ethers-wasm/Cargo.toml +++ b/examples/ethers-wasm/Cargo.toml @@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"] default = ["console_error_panic_hook"] [dependencies] -ethers = { path = "../..", version = "1.0.0", features = ["abigen", "legacy", "ws"] } +ethers = { path = "../..", version = "2.0.0", features = ["abigen", "legacy", "ws"] } wasm-bindgen-futures = "0.4.34" wasm-bindgen = { version = "0.2.83", features = ["serde-serialize"] } diff --git a/examples/events/Cargo.toml b/examples/events/Cargo.toml index 4330bdf7..f8935bc0 100644 --- a/examples/events/Cargo.toml +++ b/examples/events/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "examples-events" -version = "1.0.2" +version = "2.0.0" authors = ["Andrea Simeoni "] edition = "2021" [dev-dependencies] -ethers = { path = "../..", version = "1.0.0" } +ethers = { path = "../..", version = "2.0.0" } eyre = "0.6" serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.64" -tokio = { version = "1.18", features = ["macros"] } \ No newline at end of file +tokio = { version = "1.18", features = ["macros"] } diff --git a/examples/middleware/Cargo.toml b/examples/middleware/Cargo.toml index 0c6eb85d..c3396571 100644 --- a/examples/middleware/Cargo.toml +++ b/examples/middleware/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "examples-middleware" -version = "1.0.2" +version = "2.0.0" authors = ["Andrea Simeoni "] edition = "2021" [dev-dependencies] -ethers = { path = "../..", version = "1.0.0", features = ["rustls", "ws"] } +ethers = { path = "../..", version = "2.0.0", features = ["rustls", "ws"] } async-trait = { version = "0.1.50", default-features = false } eyre = "0.6" diff --git a/examples/providers/Cargo.toml b/examples/providers/Cargo.toml index c3d80d7b..80cf4446 100644 --- a/examples/providers/Cargo.toml +++ b/examples/providers/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "examples-providers" -version = "1.0.2" +version = "2.0.0" authors = ["Andrea Simeoni "] edition = "2021" [dev-dependencies] -ethers = { path = "../..", version = "1.0.0", features = ["abigen", "ipc", "rustls", "ws"] } +ethers = { path = "../..", version = "2.0.0", features = ["abigen", "ipc", "rustls", "ws"] } eyre = "0.6" reqwest = { version = "0.11.14", default-features = false } diff --git a/examples/queries/Cargo.toml b/examples/queries/Cargo.toml index fa92ea52..27fe8d8a 100644 --- a/examples/queries/Cargo.toml +++ b/examples/queries/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "examples-queries" -version = "1.0.2" +version = "2.0.0" authors = ["Andrea Simeoni "] edition = "2021" [dev-dependencies] -ethers = { path = "../..", version = "1.0.0", features = ["abigen", "rustls", "ws"] } +ethers = { path = "../..", version = "2.0.0", features = ["abigen", "rustls", "ws"] } eyre = "0.6" serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.64" -tokio = { version = "1.18", features = ["macros"] } \ No newline at end of file +tokio = { version = "1.18", features = ["macros"] } diff --git a/examples/subscriptions/Cargo.toml b/examples/subscriptions/Cargo.toml index 9dd76878..b90a1af1 100644 --- a/examples/subscriptions/Cargo.toml +++ b/examples/subscriptions/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "examples-subscriptions" -version = "1.0.2" +version = "2.0.0" authors = ["Andrea Simeoni "] edition = "2021" [dev-dependencies] -ethers = { path = "../..", version = "1.0.0", features = ["abigen", "rustls", "ws"] } +ethers = { path = "../..", version = "2.0.0", features = ["abigen", "rustls", "ws"] } eyre = "0.6" serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.64" -tokio = { version = "1.18", features = ["macros"] } \ No newline at end of file +tokio = { version = "1.18", features = ["macros"] } diff --git a/examples/transactions/Cargo.toml b/examples/transactions/Cargo.toml index 6bdf9412..ec152a53 100644 --- a/examples/transactions/Cargo.toml +++ b/examples/transactions/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "examples-transactions" -version = "1.0.2" +version = "2.0.0" authors = ["Andrea Simeoni "] edition = "2021" [dev-dependencies] -ethers = { path = "../..", version = "1.0.0", features = ["abigen", "rustls", "ws"] } +ethers = { path = "../..", version = "2.0.0", features = ["abigen", "rustls", "ws"] } eyre = "0.6" serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.64" -tokio = { version = "1.18", features = ["macros"] } \ No newline at end of file +tokio = { version = "1.18", features = ["macros"] } diff --git a/examples/wallets/Cargo.toml b/examples/wallets/Cargo.toml index c3112132..937663ed 100644 --- a/examples/wallets/Cargo.toml +++ b/examples/wallets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "examples-wallets" -version = "1.0.2" +version = "2.0.0" authors = ["Andrea Simeoni "] edition = "2021" @@ -11,7 +11,7 @@ trezor = [] yubi = [] [dev-dependencies] -ethers = { path = "../..", version = "1.0.0", features = ["abigen", "eip712", "ledger", "rustls", "trezor", "ws", "yubi"] } +ethers = { path = "../..", version = "2.0.0", features = ["abigen", "eip712", "ledger", "rustls", "trezor", "ws", "yubi"] } eyre = "0.6" serde = { version = "1.0.144", features = ["derive"] }