From 69efb2743200817c6640db1d07583398b0da2237 Mon Sep 17 00:00:00 2001 From: arkpar Date: Mon, 12 Jun 2017 15:52:55 +0200 Subject: [PATCH] bumped nanomsg --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98de72e67..c38657061 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1297,7 +1297,7 @@ dependencies = [ [[package]] name = "nanomsg" version = "0.7.0" -source = "git+https://github.com/ethcore/nanomsg.rs.git?branch=parity-1.5#f94f2d4289d123e16a0c928f3e513533b282a8a2" +source = "git+https://github.com/ethcore/nanomsg.rs.git?branch=parity-1.5#8b91b0bcb30b195dcd1e9303c70929b52cdba798" dependencies = [ "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", "nanomsg-sys 0.7.0 (git+https://github.com/ethcore/nanomsg.rs.git?branch=parity-1.5)", @@ -1306,7 +1306,7 @@ dependencies = [ [[package]] name = "nanomsg-sys" version = "0.7.0" -source = "git+https://github.com/ethcore/nanomsg.rs.git?branch=parity-1.5#f94f2d4289d123e16a0c928f3e513533b282a8a2" +source = "git+https://github.com/ethcore/nanomsg.rs.git?branch=parity-1.5#8b91b0bcb30b195dcd1e9303c70929b52cdba798" dependencies = [ "gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",