(cargo-release) version 0.17.0

This commit is contained in:
Georgios Konstantopoulos 2022-07-28 10:58:50 -07:00
parent 2b7d035324
commit 842c321678
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1145,7 +1145,7 @@ dependencies = [
[[package]]
name = "ethers-derive-eip712"
version = "0.13.0"
version = "0.17.0"
dependencies = [
"ethers-core",
"hex",

View File

@ -18,7 +18,7 @@ ethers-providers = { version = "^0.13.0", path = "../ethers-providers", default-
ethers-core = { version = "^0.17.0", path = "../ethers-core", default-features = false }
ethers-contract-abigen = { version = "^0.17.0", path = "ethers-contract-abigen", default-features = false, optional = true }
ethers-contract-derive = { version = "^0.17.0", path = "ethers-contract-derive", optional = true }
ethers-derive-eip712 = { version = "^0.13.0", path = "../ethers-core/ethers-derive-eip712", optional = true }
ethers-derive-eip712 = { version = "^0.17.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 }

View File

@ -1,6 +1,6 @@
[package]
name = "ethers-derive-eip712"
version = "0.13.0"
version = "0.17.0"
edition = "2018"
description = "Custom derive macro for EIP-712 typed data"
license = "MIT OR Apache-2.0"