From cf44d13fe175979240f83150dd533632869a6d5b Mon Sep 17 00:00:00 2001 From: Matthias Puchstein Date: Sat, 3 May 2025 01:17:02 +0200 Subject: [PATCH] bump for using the uptodate alhp_api --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4f50b2..ccaac96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" edition = "2024" [dependencies] -alhp_api = {git="https://gitea.puchstein.bayern/mpuchstein/ALHP_API_RS"} +alhp_api = {git="https://gitea.puchstein.bayern/mpuchstein/ALHP_API_RS", version="0.1.2"} alpm = "4.0.2" serde_json = "1.0.140"