From 444faa3d9b58ed4384ee38bc13e169923ea34677 Mon Sep 17 00:00:00 2001 From: Matteo Paonessa Date: Sat, 18 May 2024 14:48:42 +0200 Subject: [PATCH] 0.19.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- README.zh-CN.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f9e62c..7c8e543 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,7 +145,7 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "caesiumclt" -version = "0.19.2" +version = "0.19.3" dependencies = [ "human_bytes", "indicatif", diff --git a/Cargo.toml b/Cargo.toml index d8410e8..f4c1f8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "caesiumclt" -version = "0.19.2" +version = "0.19.3" authors = ["Matteo Paonessa "] edition = "2021" diff --git a/README.md b/README.md index c6f719e..502490e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Caesium CommandLineTools -###### caesium-clt - v0.19.2 +###### caesium-clt - v0.19.3 ###### REQUIREMENTS * [Rust](https://www.rust-lang.org/tools/install) diff --git a/README.zh-CN.md b/README.zh-CN.md index 5291c01..3374665 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,5 +1,5 @@ ## Caesium 命令行工具 -###### caesium-clt - v0.19.2 +###### caesium-clt - v0.19.3 ###### 依赖 * [Rust](https://www.rust-lang.org/tools/install)