From 45918a86904c39928efba50976f873ce9041fec4 Mon Sep 17 00:00:00 2001 From: Tai Zeming Date: Thu, 1 Aug 2024 11:45:50 +0800 Subject: [PATCH] chore(deps): enable generate feature for aarch64 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3d63b28..b2d8e670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md", "help"] [dependencies] -alpm = "3.0.4" +alpm = { version = "3.0.4", features = [ "generate" ] } alpm-utils = "3.0.2" aur-depends = "3.0.0" aur-fetch = "0.11.2"