forked from the-distro/ofborg
update amqp to support IPs in the config, and ssl: false cases
This commit is contained in:
parent
8eb076077a
commit
3a62234aab
|
@ -49,8 +49,8 @@ let kernel = buildPlatform.parsed.kernel.name;
|
|||
authors = [ "Andrii Dmytrenko <andrey@reevoo.com>" ];
|
||||
src = fetchgit {
|
||||
url = "https://github.com/grahamc/rust-amqp.git";
|
||||
rev = "f35e2c17de69038c4593621346b4ec6d64cfeaf4";
|
||||
sha256 = "0b4c6alvd4ivv0s73nr8lqkiz27lcgszlkv8nb9alcmpy71x8hqd";
|
||||
rev = "b3eae6b0b8458d32134581c53a918e6e52c7c329";
|
||||
sha256 = "01bma6ig0c7gvrj9b4jj3h977vg1mij9a9hzvvp6an06d74zfk4w";
|
||||
};
|
||||
inherit dependencies buildDependencies features;
|
||||
};
|
||||
|
|
2
ofborg/Cargo.lock
generated
2
ofborg/Cargo.lock
generated
|
@ -30,7 +30,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "amqp"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/grahamc/rust-amqp.git#f35e2c17de69038c4593621346b4ec6d64cfeaf4"
|
||||
source = "git+https://github.com/grahamc/rust-amqp.git#b3eae6b0b8458d32134581c53a918e6e52c7c329"
|
||||
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