EIP-712: bump version in prep for publishing (#11106)

* version 0.1.1

* lock file
This commit is contained in:
David 2019-10-03 19:34:06 +02:00 committed by GitHub
parent acc5bdfc35
commit ca329078f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"