Skip to content

Commit 40ef950

Browse files
authored
0.6.0 (#55)
1 parent 82fcfb7 commit 40ef950

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cliargs"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
authors = ["Takayuki Sato <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.74.1"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In `Cargo.toml`, write this crate as a dependency.
1919

2020
```toml
2121
[dependencies]
22-
cliargs = "0.5.2"
22+
cliargs = "0.6.0"
2323
```
2424

2525
## Usage
@@ -301,7 +301,7 @@ See the file LICENSE in this distribution for more details.
301301

302302

303303
[repo-url]: https://github.com/sttk/cliargs-rust
304-
[crateio-img]: https://img.shields.io/badge/crate.io-ver.0.5.2-fc8d62?logo=rust
304+
[crateio-img]: https://img.shields.io/badge/crate.io-ver.0.6.0-fc8d62?logo=rust
305305
[crateio-url]: https://crates.io/crates/cliargs
306306
[docrs-img]: https://img.shields.io/badge/doc.rs-cliargs-66c2a5?logo=docs.rs
307307
[docrs-url]: https://docs.rs/cliargs

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
//!
2727
//! ```toml
2828
//! [dependencies]
29-
//! cliargs = "0.5.2"
29+
//! cliargs = "0.6.0"
3030
//! ```
3131
//!
3232
//! ## Usage

0 commit comments

Comments
 (0)