Skip to content

Commit

Permalink
Prepare 0.1.1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Apr 12, 2023
1 parent 328917b commit 815b77d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "onlyargs"
description = "Obsessively tiny argument parsing"
version = "0.1.0"
version = "0.1.1"
authors = ["Jay Oster <[email protected]>"]
repository = "https://github.com/parasyte/onlyargs"
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions MSRV.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
| `onlyargs` version | `rustc` version |
|--------------------|-----------------|
| (unreleased) | `1.62.0` |
| `0.1.1` | `1.62.0` |
| `0.1.0` | `1.62.0` |

## Policy
Expand Down
2 changes: 1 addition & 1 deletion onlyargs_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "onlyargs_derive"
description = "Obsessively tiny argument parsing derive macro"
version = "0.1.0"
version = "0.1.1"
authors = ["Jay Oster <[email protected]>"]
repository = "https://github.com/parasyte/onlyargs"
edition = "2021"
Expand Down

0 comments on commit 815b77d

Please sign in to comment.