Skip to content

Commit

Permalink
Prepare 0.2.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte authored Feb 22, 2024
1 parent aa62e50 commit 3b3a6e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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.3"
version = "0.2.0"
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.2.0` | `1.62.0` |
| `0.1.3` | `1.62.0` |
| `0.1.2` | `1.62.0` |
| `0.1.1` | `1.62.0` |
Expand Down
4 changes: 2 additions & 2 deletions 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.4"
version = "0.2.0"
authors = ["Jay Oster <[email protected]>"]
repository = "https://github.com/parasyte/onlyargs"
edition = "2021"
Expand All @@ -23,7 +23,7 @@ path = "compile_tests/compiler.rs"

[dependencies]
myn = "0.2.1"
onlyargs = { version = "0.1", path = ".." }
onlyargs = { version = "0.2", path = ".." }

[dev-dependencies]
trybuild = "1"

0 comments on commit 3b3a6e3

Please sign in to comment.