diff --git a/Cargo.toml b/Cargo.toml index 93670c8..c5749c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cliargs" -version = "0.5.0" +version = "0.5.1" authors = ["Takayuki Sato "] edition = "2021" rust-version = "1.74.1" diff --git a/README.md b/README.md index 5248846..684f558 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.0" +cliargs = "0.5.1" ``` ## 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.0-fc8d62?logo=rust +[crateio-img]: https://img.shields.io/badge/crate.io-ver.0.5.1-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 f46b420..1c0240c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -26,7 +26,7 @@ //! //! ```toml //! [dependencies] -//! cliargs = "0.5.0" +//! cliargs = "0.5.1" //! ``` //! //! ## Usage