Updatee amqp
This commit is contained in:
parent
1150d441be
commit
06ea8606d6
|
@ -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
2
ofborg/Cargo.lock
generated
|
@ -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)",
|
||||||
|
|
Loading…
Reference in a new issue