From 01143d15558b6ac806cebfc8dcad1460c4f470fa Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Fri, 29 Dec 2017 10:51:01 +0100 Subject: [PATCH] Fix the build by pinning a commit of ring --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d39d670..f1fdf589 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ members = [ ] [replace] -# Ring has a feature merged in master that hasn't been published yet ; remove this after 0.12.2 -"ring:0.12.1" = { git = "https://github.com/briansmith/ring" } +# TODO: Update ring and solve conflicts +"ring:0.12.1" = { git = "https://github.com/briansmith/ring", rev = "3a14ef619559f7d4b69e2286d49c833409eef34a" } # Using a local improved version of multiaddr for now "multiaddr:0.2.0" = { path = "./rust-multiaddr" }