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