From 4ebecf3591b2901b13b0cc1e29e8e74a5143b44b Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Wed, 14 Apr 2021 23:22:09 +0200 Subject: [PATCH] Release v0.3.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b773b1..d359a71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "arch-audit-gtk" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "arch-audit", @@ -1297,9 +1297,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9" +checksum = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041" dependencies = [ "bitflags", ] diff --git a/Cargo.toml b/Cargo.toml index 99602c6..ab92b25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arch-audit-gtk" -version = "0.2.0" +version = "0.3.0" description = "Arch Linux Security Update Notifications" authors = ["kpcyrd "] license = "GPL-3.0"