From 5270452213608fbae92d40cac47d6d4b9cf06496 Mon Sep 17 00:00:00 2001 From: sttk <sttk.xslet@gmail.com> Date: Mon, 14 Oct 2024 16:58:00 +0900 Subject: [PATCH] 0.6.0 --- Cargo.toml | 2 +- README.md | 4 ++-- src/lib.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4103f67..13afdd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cliargs" -version = "0.5.2" +version = "0.6.0" authors = ["Takayuki Sato <sttk.xslet@gmail.com>"] edition = "2021" rust-version = "1.74.1" diff --git a/README.md b/README.md index 49a2ff3..1bdd7b8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ In `Cargo.toml`, write this crate as a dependency. ```toml [dependencies] -cliargs = "0.5.2" +cliargs = "0.6.0" ``` ## Usage @@ -301,7 +301,7 @@ See the file LICENSE in this distribution for more details. [repo-url]: https://github.com/sttk/cliargs-rust -[crateio-img]: https://img.shields.io/badge/crate.io-ver.0.5.2-fc8d62?logo=rust +[crateio-img]: https://img.shields.io/badge/crate.io-ver.0.6.0-fc8d62?logo=rust [crateio-url]: https://crates.io/crates/cliargs [docrs-img]: https://img.shields.io/badge/doc.rs-cliargs-66c2a5?logo=docs.rs [docrs-url]: https://docs.rs/cliargs diff --git a/src/lib.rs b/src/lib.rs index 6390f9c..18ab6e5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -26,7 +26,7 @@ //! //! ```toml //! [dependencies] -//! cliargs = "0.5.2" +//! cliargs = "0.6.0" //! ``` //! //! ## Usage