From c80c54df84d85fdd7bb7878778bcaec8a7587551 Mon Sep 17 00:00:00 2001 From: Robin Appelman <robin@icewind.nl> Date: Fri, 10 Sep 2021 15:08:53 +0200 Subject: [PATCH] fix building on non-linux systems fixes #124 Signed-off-by: Robin Appelman <robin@icewind.nl> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04a0371..8bf1d07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ flexi_logger = { version = "0.18", features = ["colors"] } tokio-stream = { version = "0.1", features = ["net"] } structopt = "0.3" derivative = "2" -nextcloud-config-parser = { version = "0.4", features = ["db-sqlx", "redis-connect"] } +nextcloud-config-parser = { version = "0.4", features = ["db-sqlx", "redis-connect"], default-features = false } [dev-dependencies] mini-redis = "0.4" -- GitLab