From 187a0bf03c4a1168c8a39efd25e0ad07ffb73c24 Mon Sep 17 00:00:00 2001 From: eatradish Date: Thu, 25 Jul 2024 00:46:29 +0800 Subject: [PATCH] chore: Release v3.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8433da8..9078de1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,7 +349,7 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "ciel-rs" -version = "3.2.8" +version = "3.3.0" dependencies = [ "adler32", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 75598f9..e6f1863 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ciel-rs" -version = "3.2.8" +version = "3.3.0" description = "An nspawn container manager" license = "MIT" authors = ["liushuyu "]