Updatee amqp

This commit is contained in:
Graham Christensen 2018-01-26 13:19:43 -05:00
parent 1150d441be
commit 06ea8606d6
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
2 changed files with 3 additions and 3 deletions

View file

@ -49,8 +49,8 @@ let kernel = buildPlatform.parsed.kernel.name;
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 = "6fab84aa9446c00ce0fbfd0605ec8b63394f0350"; rev = "452aee8bed87064ba86f576cf5d6587b24bfd844";
sha256 = "02zl2li37m0i4l0k8n2k4p4vm32c0qahj8r35i5p425klz0w6sma"; sha256 = "1cm6mlzjbf3b71k3i3a77vm1q44dgqpajl6c2wnv7ishpqi31r9q";
}; };
inherit dependencies buildDependencies features; inherit dependencies buildDependencies features;
}; };

2
ofborg/Cargo.lock generated
View file

@ -30,7 +30,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#6fab84aa9446c00ce0fbfd0605ec8b63394f0350" source = "git+https://github.com/grahamc/rust-amqp.git#452aee8bed87064ba86f576cf5d6587b24bfd844"
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)",