disable arch by default

This commit is contained in:
steven-omaha
2023-02-28 12:55:28 +01:00
parent fc78a3b248
commit a9e4162dbf
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -32,6 +32,6 @@ alpm = { version = "2.2", optional = true }
rust-apt = { version = "0.5", optional = true }
[features]
default = ["arch"]
default = []
arch = ["dep:alpm"]
debian = ["dep:rust-apt"]