From aa0f12653a9a0a4e8399ec83fbbbbd4d783af0b5 Mon Sep 17 00:00:00 2001 From: Fries Date: Fri, 7 Oct 2022 22:39:54 -0700 Subject: [PATCH] amethyst: bumped to v4.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a82a8d..3a20c3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "Amethyst" -version = "4.0.2" +version = "4.0.3" dependencies = [ "alpm", "alpm-utils", diff --git a/Cargo.toml b/Cargo.toml index 1f2b3f7..f1dbb75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "Amethyst" -version = "4.0.2" +version = "4.0.3" authors = ["Michal S. ", "axtlos ", "trivernis ", "Fries "] description = "A fast and efficient AUR helper" repository = "https://github.com/crystal-linux/amethyst"