Skip to content

Commit

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

* Fix code.

* fmt

* Bump version.
  • Loading branch information
tomusdrw committed May 31, 2023
1 parent f49c0b0 commit b99d1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"]}

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

[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.2"
version = "0.3.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
documentation = "https://docs.rs/crate/ethsign-crypto"
Expand Down

0 comments on commit b99d1c2

Please sign in to comment.