diff --git a/Cargo.lock b/Cargo.lock index c3bec17..067dfcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "f950af707b8005ae33bb0f0b20cb32b09750e7375085606dc45b2f2078a34e52" [[package]] name = "onlyerror" -version = "0.1.0" +version = "0.1.1" dependencies = [ "error-iter", "myn", diff --git a/Cargo.toml b/Cargo.toml index 3e574fa..e281eed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "onlyerror" description = "Obsessively tiny error derive macro" -version = "0.1.0" +version = "0.1.1" authors = ["Jay Oster "] repository = "https://github.com/parasyte/onlyerror" edition = "2021" diff --git a/MSRV.md b/MSRV.md index 1d1974f..fa08a37 100644 --- a/MSRV.md +++ b/MSRV.md @@ -3,6 +3,7 @@ | `onlyerror` version | `rustc` version | |---------------------|-----------------| | (unreleased) | `1.62.0` | +| `0.1.1` | `1.62.0` | | `0.1.0` | `1.62.0` | ## Policy