From b9f72205af6bb83566ec36d4a71fba9a38bb67b0 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Thu, 2 Sep 2021 23:03:27 +0200 Subject: [PATCH] version: release 0.1.20 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1eb45ed..7e43efa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf" [[package]] name = "arch-audit" -version = "0.1.19" +version = "0.1.20" dependencies = [ "alpm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index df57e73..2fcef96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arch-audit" -version = "0.1.19" +version = "0.1.20" authors = ["Andrea Scarpino "] description = "A utility like pkg-audit for Arch Linux based on Arch Security Team data" repository = "https://gitlab.com/ilpianista/arch-audit"