switch back to path deps cause we can't have nice things yet

This commit is contained in:
Aiden McClelland
2021-06-14 16:11:24 -06:00
committed by Aiden McClelland
parent 6e314f4ca9
commit 7ce162aaf7

View File

@@ -46,9 +46,7 @@ production = []
[dependencies]
anyhow = "1.0.40"
async-trait = "0.1.42"
avahi-sys = { git = "https://github.com/Start9Labs/avahi-sys", branch = "feature/dynamic-linking", features = [
"dynamic",
], optional = true }
avahi-sys = { git = "https://github.com/Start9Labs/avahi-sys", version = "0.10.0", branch = "feature/dynamic-linking", features = ["dynamic"], optional = true }
base32 = "0.4.0"
bollard = "0.10.1"
chrono = { version = "0.4.19", features = ["serde"] }
@@ -68,7 +66,7 @@ libc = "0.2.86"
log = "0.4.11"
nix = "0.20.0"
openssl = "0.10.30"
patch-db = { path = "../../patch-db/patch-db" }
patch-db = { version = "*", path = "../../patch-db/patch-db" }
pin-project = "1.0.6"
prettytable-rs = "0.8.0"
rand = "0.8.3"