fix: build against alpm

alpm was updated to 4.x.x
This commit is contained in:
steven-omaha
2025-08-02 14:09:45 +02:00
parent 36ecc0d0c8
commit 59d102a654
2 changed files with 291 additions and 156 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ serde_json = "1.0"
toml = "0.4"
# backends
alpm = { version = "3.0", optional = true }
alpm = { version = "4.0", optional = true }
rust-apt = { version = "0.7", optional = true }
[features]