mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Revert to using sha2^=0.6.
This commit is contained in:
parent
4c633acaf9
commit
20fd237d35
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ version = "^1.0"
|
|||
optional = true
|
||||
|
||||
[dependencies.sha2]
|
||||
version = "0.7"
|
||||
version = "0.6"
|
||||
optional = true
|
||||
|
||||
[dependencies.failure]
|
||||
|
|
@ -48,7 +48,7 @@ default-features = false
|
|||
|
||||
[dev-dependencies]
|
||||
hex = "0.3"
|
||||
sha2 = "0.7"
|
||||
sha2 = "0.6"
|
||||
bincode = "^0.9"
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Reference in a new issue