diff --git a/Cargo.lock b/Cargo.lock index a71f66a..f08b588 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,14 +26,14 @@ checksum = "f950af707b8005ae33bb0f0b20cb32b09750e7375085606dc45b2f2078a34e52" [[package]] name = "onlyargs" -version = "0.1.0" +version = "0.1.1" dependencies = [ "error-iter", ] [[package]] name = "onlyargs_derive" -version = "0.1.0" +version = "0.1.1" dependencies = [ "myn", "onlyargs", diff --git a/Cargo.toml b/Cargo.toml index d539b68..167a13b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "onlyargs" description = "Obsessively tiny argument parsing" -version = "0.1.0" +version = "0.1.1" authors = ["Jay Oster "] repository = "https://github.com/parasyte/onlyargs" edition = "2021" diff --git a/MSRV.md b/MSRV.md index bf33f51..416e3b0 100644 --- a/MSRV.md +++ b/MSRV.md @@ -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 diff --git a/onlyargs_derive/Cargo.toml b/onlyargs_derive/Cargo.toml index d309552..31e1418 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.0" +version = "0.1.1" authors = ["Jay Oster "] repository = "https://github.com/parasyte/onlyargs" edition = "2021"