From 0fd05334b5c8df31f59a9b27878ceb75b2b91133 Mon Sep 17 00:00:00 2001 From: Mingcong Bai Date: Wed, 5 Jun 2024 23:39:50 +0800 Subject: [PATCH] chore: Release ciel-rs version 3.2.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 301a76b..747a02f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,7 +349,7 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "ciel-rs" -version = "3.2.5" +version = "3.2.6" dependencies = [ "adler32", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a84b88c..e945907 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ciel-rs" -version = "3.2.5" +version = "3.2.6" description = "An nspawn container manager" license = "MIT" authors = ["liushuyu "]