rust-amqp: update , try thath fix again

This commit is contained in:
Graham Christensen 2017-12-26 11:31:47 -05:00
parent f67dd5e9b4
commit 6ec6cb6e9f
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
2 changed files with 3 additions and 3 deletions

View file

@ -58,8 +58,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 = "6911cae4e9267419d228dd765c9b3a5eada80739"; rev = "07ff696c26f5fc7725a5183fa6d2180489f59ae1";
sha256 = "0cfk87xl3fpfp5f7x76qfszvnsj1g6wff29naz6fd2ni3cjxvnd0"; sha256 = "0rzl0g3a0b57cqyw8h83mqczmb240h8kd74sbadpgfd5d182r76k";
}; };
inherit dependencies buildDependencies features; inherit dependencies buildDependencies features;
}; };

2
ofborg/Cargo.lock generated
View file

@ -57,7 +57,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#6911cae4e9267419d228dd765c9b3a5eada80739" source = "git+https://github.com/grahamc/rust-amqp.git#07ff696c26f5fc7725a5183fa6d2180489f59ae1"
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)",