Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
[ethkey] use rust-secp256k1 master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed Oct 16, 2019
1 parent 5d12347 commit a29264a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion accounts/ethkey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
edit-distance = "2.0"
parity-crypto = "0.4.0"
eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1", branch = "na-bump-rand" }
eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1", branch = "master" }
ethereum-types = "0.8.0"
lazy_static = "1.0"
log = "0.4"
Expand Down

0 comments on commit a29264a

Please sign in to comment.