From b581715ffbd9fb2be7793687cd1619be14615736 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 26 Jan 2017 23:10:55 +0100 Subject: [PATCH] Update ring to fix build error on latest nightly See https://github.com/briansmith/ring/pull/430 for details --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5ee29b5..ff4d7d88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/ruma/ruma-signatures" version = "0.2.0" [dependencies] -ring = "0.6.2" +ring = "0.6.3" rustc-serialize = "0.3.22" serde = "0.9.1" serde_json = "0.9.1"