Bump ring to ^0.6.0.

This commit is contained in:
Romain Ruetschi
2017-02-15 23:23:03 +01:00
parent 9f9fdb749f
commit 4ab4bb86c0

View File

@ -9,5 +9,6 @@ homepage = "https://github.com/SpinResearch/lamport.rs"
repository = "https://github.com/SpinResearch/lamport.rs"
[dependencies]
ring = "0.6.0-alpha"
rand = "^0.3"
ring = "^0.6.0"
rand = "^0.3.0"