From 4f63f62a29175acb48bf759f2be98c9ee127a9a9 Mon Sep 17 00:00:00 2001 From: Fries Date: Sun, 18 Sep 2022 09:18:55 -0700 Subject: [PATCH] amethyst: bump to version v4.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b248476..222a1dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "Amethyst" -version = "4.0.0" +version = "4.0.1" dependencies = [ "alpm", "alpm-utils", diff --git a/Cargo.toml b/Cargo.toml index 6e1a27b..2c6aae7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "Amethyst" -version = "4.0.0" +version = "4.0.1" authors = ["Michal S. ", "axtlos ", "trivernis ", "Fries "] description = "A fast and efficient AUR helper" repository = "https://github.com/crystal-linux/amethyst"