Revert "Bump amqp"

This reverts commit fa299dedaa.
This commit is contained in:
Cole Helbling 2020-04-23 08:21:34 -07:00
parent 98455feb18
commit a3475d1c0d
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C
2 changed files with 3 additions and 3 deletions

2
ofborg/Cargo.lock generated
View file

@ -32,7 +32,7 @@ dependencies = [
[[package]] [[package]]
name = "amqp" name = "amqp"
version = "0.1.0" 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 = [ dependencies = [
"amq-proto 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -15,8 +15,8 @@ rec {
authors = [ "Andrii Dmytrenko <andrey@reevoo.com>" ]; authors = [ "Andrii Dmytrenko <andrey@reevoo.com>" ];
src = fetchgit { src = fetchgit {
url = "https://github.com/grahamc/rust-amqp.git"; url = "https://github.com/grahamc/rust-amqp.git";
rev = "b58edf8822072688d882966f7427f0a9e67aee78"; rev = "f9aec2f40aef69a459f26003ce47048f8e2a08d1";
sha256 = "0a0n8h71lnsl2rbi6v1zmy015f7hl91y5mgx3qzxlfrn3pjz8sy1"; sha256 = "09k6fl7l0rcwilnckdfv3smiv1ilrwi1jxmrrkjwbrj64lky3jdy";
fetchSubmodules = false; fetchSubmodules = false;
}; };
dependencies = mapFeatures features ([ dependencies = mapFeatures features ([