From 5badef44a7843b8982b54337220fed82c2942909 Mon Sep 17 00:00:00 2001 From: eatradish Date: Thu, 18 Jul 2024 16:06:54 +0800 Subject: [PATCH] chore: Release v3.2.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 747a02f..22f7aae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,7 +349,7 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "ciel-rs" -version = "3.2.6" +version = "3.2.7" dependencies = [ "adler32", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e945907..ed90b09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ciel-rs" -version = "3.2.6" +version = "3.2.7" description = "An nspawn container manager" license = "MIT" authors = ["liushuyu "]