From 4ab4bb86c008e0f79316f3447ea5e7d9d9a71274 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Wed, 15 Feb 2017 23:23:03 +0100 Subject: [PATCH] Bump `ring` to `^0.6.0`. --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 83f6a45..8cad8f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" +