mirror of
https://github.com/mii443/lamport_sigs.rs.git
synced 2025-08-22 23:15:26 +00:00
Update to *ring* 0.9.3.
*ring* 0.9.3 is the first version that prevents multiple versions of *ring* from being linked together. Soon *ring* 0.9.3 will be the oldest version of *ring* on crates.io. *ring* 0.6.* have already been yanked.
This commit is contained in:
committed by
Romain Ruetschi
parent
5727911763
commit
21ac171a85
@ -12,6 +12,5 @@ categories = ["cryptography", "algorithms"]
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ring = "^0.6.0"
|
ring = "^0.9.3"
|
||||||
rand = "^0.3.0"
|
rand = "^0.3.0"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user