parent
98455feb18
commit
a3475d1c0d
2
ofborg/Cargo.lock
generated
2
ofborg/Cargo.lock
generated
|
@ -32,7 +32,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "amqp"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/grahamc/rust-amqp.git#b58edf8822072688d882966f7427f0a9e67aee78"
|
||||
source = "git+https://github.com/grahamc/rust-amqp.git#f9aec2f40aef69a459f26003ce47048f8e2a08d1"
|
||||
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)",
|
||||
|
|
|
@ -15,8 +15,8 @@ rec {
|
|||
authors = [ "Andrii Dmytrenko <andrey@reevoo.com>" ];
|
||||
src = fetchgit {
|
||||
url = "https://github.com/grahamc/rust-amqp.git";
|
||||
rev = "b58edf8822072688d882966f7427f0a9e67aee78";
|
||||
sha256 = "0a0n8h71lnsl2rbi6v1zmy015f7hl91y5mgx3qzxlfrn3pjz8sy1";
|
||||
rev = "f9aec2f40aef69a459f26003ce47048f8e2a08d1";
|
||||
sha256 = "09k6fl7l0rcwilnckdfv3smiv1ilrwi1jxmrrkjwbrj64lky3jdy";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
dependencies = mapFeatures features ([
|
||||
|
|
Loading…
Reference in a new issue