rev instead of branch in Cargo.toml

This commit is contained in:
Weiliang Li 2019-11-12 10:57:58 +09:00 committed by Andreas Fackler
parent 4c07a5b9f7
commit 41a955906b
2 changed files with 3 additions and 3 deletions

View File

@ -33,11 +33,11 @@ rand = "0.6.5"
rand_derive = "0.5.0"
reed-solomon-erasure = "3.1.1"
serde = { version = "1.0.102", features = ["derive", "rc"] }
threshold_crypto = { branch = "master", git = "https://github.com/poanetwork/threshold_crypto" }
threshold_crypto = { rev = "624eeee", git = "https://github.com/poanetwork/threshold_crypto" }
tiny-keccak = "1.5.0"
[dev-dependencies]
colored = "1.8.0"
colored = "1.9.0"
crossbeam = "0.7.3"
crossbeam-channel = "0.4.0"
docopt = "1.1.0"

View File

@ -28,7 +28,7 @@ integer-sqrt = "0.1.2"
proptest = "0.9.4"
rand = "0.6.5"
rand_xorshift = "0.1.1"
threshold_crypto = { branch = "master", git = "https://github.com/poanetwork/threshold_crypto" }
threshold_crypto = { rev = "624eeee", git = "https://github.com/poanetwork/threshold_crypto" }
[features]
use-insecure-test-only-mock-crypto = ["hbbft/use-insecure-test-only-mock-crypto"]