mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +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
|
optional = true
|
||||||
|
|
||||||
[dependencies.sha2]
|
[dependencies.sha2]
|
||||||
version = "0.7"
|
version = "0.6"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.failure]
|
[dependencies.failure]
|
||||||
|
|
@ -48,7 +48,7 @@ default-features = false
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
hex = "0.3"
|
hex = "0.3"
|
||||||
sha2 = "0.7"
|
sha2 = "0.6"
|
||||||
bincode = "^0.9"
|
bincode = "^0.9"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue