(cargo-release) version 0.13.0

This commit is contained in:
Georgios Konstantopoulos 2022-06-14 13:59:10 +03:00
parent 04d2ab6056
commit 3017e09146
4 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@ -1203,7 +1203,7 @@ dependencies = [
[[package]] [[package]]
name = "ethers-contract-abigen" name = "ethers-contract-abigen"
version = "0.6.3" version = "0.13.0"
dependencies = [ dependencies = [
"Inflector", "Inflector",
"cfg-if 1.0.0", "cfg-if 1.0.0",

View File

@ -12,7 +12,7 @@ keywords = ["ethereum", "web3", "celo", "ethers"]
[dependencies] [dependencies]
ethers-providers = { version = "^0.6.0", path = "../ethers-providers", default-features = false } ethers-providers = { version = "^0.6.0", path = "../ethers-providers", default-features = false }
ethers-core = { version = "^0.13.0", path = "../ethers-core", default-features = false } ethers-core = { version = "^0.13.0", path = "../ethers-core", default-features = false }
ethers-contract-abigen = { version = "^0.6.0", path = "ethers-contract-abigen", default-features = false, optional = true } ethers-contract-abigen = { version = "^0.13.0", path = "ethers-contract-abigen", default-features = false, optional = true }
ethers-contract-derive = { version = "^0.6.0", path = "ethers-contract-derive", optional = true } ethers-contract-derive = { version = "^0.6.0", path = "ethers-contract-derive", optional = true }
ethers-derive-eip712 = { version = "^0.2.0", path = "../ethers-core/ethers-derive-eip712", optional = true } ethers-derive-eip712 = { version = "^0.2.0", path = "../ethers-core/ethers-derive-eip712", optional = true }
@ -28,7 +28,7 @@ hex = { version = "0.4.3", default-features = false, features = ["std"] }
ethers-middleware = { version = "^0.6.0", path = "../ethers-middleware" } ethers-middleware = { version = "^0.6.0", path = "../ethers-middleware" }
ethers-providers = { version = "^0.6.0", path = "../ethers-providers", default-features = false, features = ["ws"] } ethers-providers = { version = "^0.6.0", path = "../ethers-providers", default-features = false, features = ["ws"] }
ethers-signers = { version = "^0.6.0", path = "../ethers-signers" } ethers-signers = { version = "^0.6.0", path = "../ethers-signers" }
ethers-contract-abigen = { version = "^0.6.0", path = "ethers-contract-abigen" } ethers-contract-abigen = { version = "^0.13.0", path = "ethers-contract-abigen" }
ethers-contract-derive = { version = "^0.6.0", path = "ethers-contract-derive" } ethers-contract-derive = { version = "^0.6.0", path = "ethers-contract-derive" }
ethers-core = { version = "^0.13.0", path = "../ethers-core", default-features = false, features = ["eip712"]} ethers-core = { version = "^0.13.0", path = "../ethers-core", default-features = false, features = ["eip712"]}
ethers-derive-eip712 = { version = "^0.2.0", path = "../ethers-core/ethers-derive-eip712"} ethers-derive-eip712 = { version = "^0.2.0", path = "../ethers-core/ethers-derive-eip712"}

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ethers-contract-abigen" name = "ethers-contract-abigen"
version = "0.6.3" version = "0.13.0"
authors = ["Nicholas Rodrigues Lordello <nlordell@gmail.com>", "Georgios Konstantopoulos <me@gakonst.com>"] authors = ["Nicholas Rodrigues Lordello <nlordell@gmail.com>", "Georgios Konstantopoulos <me@gakonst.com>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

View File

@ -14,7 +14,7 @@ proc-macro = true
[dependencies] [dependencies]
ethers-core = { version = "^0.13.0", path = "../../ethers-core" } ethers-core = { version = "^0.13.0", path = "../../ethers-core" }
ethers-contract-abigen = { version = "^0.6.0", path = "../ethers-contract-abigen" } ethers-contract-abigen = { version = "^0.13.0", path = "../ethers-contract-abigen" }
serde_json = "1.0.53" serde_json = "1.0.53"
hex = { version = "0.4.3", default-features = false, features = ["std"] } hex = { version = "0.4.3", default-features = false, features = ["std"] }