EIP-712: bump version in prep for publishing (#11106)
* version 0.1.1 * lock file
This commit is contained in:
parent
acc5bdfc35
commit
ca329078f5
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -818,7 +818,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "eip-712"
|
name = "eip-712"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ethabi 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ethabi 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"ethereum-types 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ethereum-types 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -3122,7 +3122,7 @@ dependencies = [
|
|||||||
"cid 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"cid 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"client-traits 0.1.0",
|
"client-traits 0.1.0",
|
||||||
"common-types 0.1.0",
|
"common-types 0.1.0",
|
||||||
"eip-712 0.1.0",
|
"eip-712 0.1.1",
|
||||||
"engine 0.1.0",
|
"engine 0.1.0",
|
||||||
"ethash 1.12.0",
|
"ethash 1.12.0",
|
||||||
"ethcore 1.12.0",
|
"ethcore 1.12.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "eip-712"
|
name = "eip-712"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
repository = "https://github.com/paritytech/parity-ethereum"
|
repository = "https://github.com/paritytech/parity-ethereum"
|
||||||
documentation = "https://docs.rs/eip-712"
|
documentation = "https://docs.rs/eip-712"
|
||||||
|
Loading…
Reference in New Issue
Block a user