Bump version to 0.3.0

This commit is contained in:
Yurii Rashkovskii 2018-05-31 13:45:34 -07:00
parent 3ea15931fb
commit b7d7dd3a97
No known key found for this signature in database
GPG Key ID: 1D60D7CFD80845FF
3 changed files with 7 additions and 7 deletions

10
Cargo.lock generated
View File

@ -147,7 +147,7 @@ dependencies = [
[[package]]
name = "bridge"
version = "0.2.1"
version = "0.3.0"
dependencies = [
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ethabi 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -180,9 +180,9 @@ dependencies = [
[[package]]
name = "bridge-cli"
version = "0.2.1"
version = "0.3.0"
dependencies = [
"bridge 0.2.1",
"bridge 0.3.0",
"ctrlc 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1069,7 +1069,7 @@ dependencies = [
name = "integration-tests"
version = "0.1.0"
dependencies = [
"bridge 0.2.1",
"bridge 0.3.0",
"ethabi 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ethabi-contract 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ethabi-derive 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2335,7 +2335,7 @@ dependencies = [
name = "tests"
version = "0.1.0"
dependencies = [
"bridge 0.2.1",
"bridge 0.3.0",
"ethabi 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ethcore 1.11.0 (git+http://github.com/paritytech/parity?rev=991f0ca)",
"ethereum-types 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "bridge"
version = "0.2.1"
version = "0.3.0"
[dependencies]
futures = "0.1"

View File

@ -1,6 +1,6 @@
[package]
name = "bridge-cli"
version = "0.2.1"
version = "0.3.0"
[[bin]]
name = "bridge"