From a3475d1c0d60b4a3c496b5ed70188501e8f7ac90 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 23 Apr 2020 08:21:34 -0700 Subject: [PATCH] Revert "Bump amqp" This reverts commit fa299dedaae150a72f2a3a5712a725616ca268ab. --- ofborg/Cargo.lock | 2 +- ofborg/Cargo.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ofborg/Cargo.lock b/ofborg/Cargo.lock index f304ca4..f56a83a 100644 --- a/ofborg/Cargo.lock +++ b/ofborg/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "amqp" version = "0.1.0" -source = "git+https://github.com/grahamc/rust-amqp.git#b58edf8822072688d882966f7427f0a9e67aee78" +source = "git+https://github.com/grahamc/rust-amqp.git#f9aec2f40aef69a459f26003ce47048f8e2a08d1" dependencies = [ "amq-proto 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ofborg/Cargo.nix b/ofborg/Cargo.nix index 76f153d..506622a 100644 --- a/ofborg/Cargo.nix +++ b/ofborg/Cargo.nix @@ -15,8 +15,8 @@ rec { authors = [ "Andrii Dmytrenko " ]; src = fetchgit { url = "https://github.com/grahamc/rust-amqp.git"; - rev = "b58edf8822072688d882966f7427f0a9e67aee78"; - sha256 = "0a0n8h71lnsl2rbi6v1zmy015f7hl91y5mgx3qzxlfrn3pjz8sy1"; + rev = "f9aec2f40aef69a459f26003ce47048f8e2a08d1"; + sha256 = "09k6fl7l0rcwilnckdfv3smiv1ilrwi1jxmrrkjwbrj64lky3jdy"; fetchSubmodules = false; }; dependencies = mapFeatures features ([