Skip to content

Commit

Permalink
Bump version. (#17)
Browse files Browse the repository at this point in the history
* Bump version.

* Add version.

* Fix pure-rust.
  • Loading branch information
tomusdrw authored May 29, 2019
1 parent 339a9ed commit d84c5f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://github.com/tomusdrw/ethsign"
license = "GPL-3.0"
name = "ethsign"
repository = "https://github.com/tomusdrw/ethsign"
version = "0.5.0"
version = "0.6.1"

[dependencies]
memzero = "0.1"
Expand All @@ -18,8 +18,8 @@ parity-crypto = { version = "0.3", optional = true }
serde = { version = "1.0", features = ["derive"]}

# Libraries for for pure-rust crypto
libsecp256k1 = { package = "libsecp256k1", version = "0.2.2", optional = true }
ethsign-crypto = { path = "./ethsign-crypto", optional = true }
libsecp256k1 = { package="libsecp256k1", version = "0.2.2", optional = true }
ethsign-crypto = { version = "0.1", path = "./ethsign-crypto", optional = true }

[dev-dependencies]
serde_json = "1.0"
Expand Down

0 comments on commit d84c5f2

Please sign in to comment.