From 9d92d99d91c82a8baf1eb74a3b5efda92e0a8c1e Mon Sep 17 00:00:00 2001 From: HuijingHei Date: Sun, 28 Apr 2024 03:39:29 +0000 Subject: [PATCH] cargo: zincati release 0.0.28 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6255a48c..f94b66d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2617,7 +2617,7 @@ dependencies = [ [[package]] name = "zincati" -version = "0.0.27" +version = "0.0.28" dependencies = [ "actix", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d42590b9..fe277472 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zincati" -version = "0.0.27" +version = "0.0.28" description = "Update agent for Fedora CoreOS" homepage = "https://coreos.github.io/zincati" license = "Apache-2.0"