Skip to content

Commit

Permalink
Bump version. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw authored Oct 15, 2019
1 parent e181fb7 commit efd76a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.7.2"
version = "0.7.3"

[dependencies]
zeroize = "1.0.0"
Expand All @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"]}

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

[dev-dependencies]
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion ethsign-crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethsign-crypto"
version = "0.2.0"
version = "0.2.1"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"
documentation = "https://docs.rs/crate/ethsign-crypto"
Expand Down

0 comments on commit efd76a8

Please sign in to comment.