Skip to content

Commit

Permalink
Update libsecp256k1 to 0.3.1 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
s3krit authored and tomusdrw committed Oct 15, 2019
1 parent 8dea03a commit e181fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parity-crypto = { version = "0.4", optional = true }
serde = { version = "1.0", features = ["derive"]}

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

[dev-dependencies]
Expand Down

0 comments on commit e181fb7

Please sign in to comment.