Revert "rust-amqp: update , try thath fix again"
This reverts commit 6ec6cb6e9f
.
This commit is contained in:
parent
6ec6cb6e9f
commit
4839b0bd40
|
@ -58,8 +58,8 @@ let kernel = buildPlatform.parsed.kernel.name;
|
|||
authors = [ "Andrii Dmytrenko <andrey@reevoo.com>" ];
|
||||
src = fetchgit {
|
||||
url = "https://github.com/grahamc/rust-amqp.git";
|
||||
rev = "07ff696c26f5fc7725a5183fa6d2180489f59ae1";
|
||||
sha256 = "0rzl0g3a0b57cqyw8h83mqczmb240h8kd74sbadpgfd5d182r76k";
|
||||
rev = "6911cae4e9267419d228dd765c9b3a5eada80739";
|
||||
sha256 = "0cfk87xl3fpfp5f7x76qfszvnsj1g6wff29naz6fd2ni3cjxvnd0";
|
||||
};
|
||||
inherit dependencies buildDependencies features;
|
||||
};
|
||||
|
|
2
ofborg/Cargo.lock
generated
2
ofborg/Cargo.lock
generated
|
@ -57,7 +57,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "amqp"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/grahamc/rust-amqp.git#07ff696c26f5fc7725a5183fa6d2180489f59ae1"
|
||||
source = "git+https://github.com/grahamc/rust-amqp.git#6911cae4e9267419d228dd765c9b3a5eada80739"
|
||||
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)",
|
||||
|
|
Loading…
Reference in a new issue