From 01ffcb42a8fe27074d1d21684f07ee20ce9674e4 Mon Sep 17 00:00:00 2001 From: Jiajie Chen Date: Fri, 10 May 2024 09:11:00 +0800 Subject: [PATCH] chore: Release ciel-rs version 3.2.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e54531..15fd214 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,7 +349,7 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "ciel-rs" -version = "3.2.3" +version = "3.2.4" dependencies = [ "adler32", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0ce87cf..e0a8509 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ciel-rs" -version = "3.2.3" +version = "3.2.4" description = "An nspawn container manager" license = "MIT" authors = ["liushuyu "]