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

Commit a29264a

Browse files
committed
[ethkey] use rust-secp256k1 master branch
1 parent 5d12347 commit a29264a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

accounts/ethkey/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
77
[dependencies]
88
edit-distance = "2.0"
99
parity-crypto = "0.4.0"
10-
eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1", branch = "na-bump-rand" }
10+
eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1", branch = "master" }
1111
ethereum-types = "0.8.0"
1212
lazy_static = "1.0"
1313
log = "0.4"

0 commit comments

Comments
 (0)