Skip to content

Commit

Permalink
0.6.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk authored Oct 14, 2024
1 parent 82fcfb7 commit 40ef950
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cliargs"
version = "0.5.2"
version = "0.6.0"
authors = ["Takayuki Sato <[email protected]>"]
edition = "2021"
rust-version = "1.74.1"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In `Cargo.toml`, write this crate as a dependency.

```toml
[dependencies]
cliargs = "0.5.2"
cliargs = "0.6.0"
```

## Usage
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
//!
//! ```toml
//! [dependencies]
//! cliargs = "0.5.2"
//! cliargs = "0.6.0"
//! ```
//!
//! ## Usage
Expand Down

0 comments on commit 40ef950

Please sign in to comment.