diff --git a/Cargo.lock b/Cargo.lock index fd59de2..2aabce3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,14 +43,14 @@ checksum = "51eb7addae0a5fbc6616160ee79bb7244eb644e2d18becf2f8f03603e06de63a" [[package]] name = "onlyargs" -version = "0.1.2" +version = "0.1.3" dependencies = [ "error-iter", ] [[package]] name = "onlyargs_derive" -version = "0.1.2" +version = "0.1.3" dependencies = [ "myn", "onlyargs", diff --git a/Cargo.toml b/Cargo.toml index c8cabdc..93de18d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "onlyargs" description = "Obsessively tiny argument parsing" -version = "0.1.2" +version = "0.1.3" authors = ["Jay Oster "] repository = "https://github.com/parasyte/onlyargs" edition = "2021" diff --git a/MSRV.md b/MSRV.md index 9a4114a..3c53402 100644 --- a/MSRV.md +++ b/MSRV.md @@ -3,6 +3,7 @@ | `onlyargs` version | `rustc` version | |--------------------|-----------------| | (unreleased) | `1.62.0` | +| `0.1.3` | `1.62.0` | | `0.1.2` | `1.62.0` | | `0.1.1` | `1.62.0` | | `0.1.0` | `1.62.0` | diff --git a/onlyargs_derive/Cargo.toml b/onlyargs_derive/Cargo.toml index 79f3c28..d715356 100644 --- a/onlyargs_derive/Cargo.toml +++ b/onlyargs_derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "onlyargs_derive" description = "Obsessively tiny argument parsing derive macro" -version = "0.1.2" +version = "0.1.3" authors = ["Jay Oster "] repository = "https://github.com/parasyte/onlyargs" edition = "2021"