From fdb266af297fa8531dad0859615b0a8e0b22da36 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 30 Aug 2022 19:12:58 -0700 Subject: [PATCH] Release 1.0.33 --- Cargo.toml | 4 ++-- impl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 35005ce..8a72ae9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror" -version = "1.0.32" +version = "1.0.33" authors = ["David Tolnay "] categories = ["rust-patterns"] description = "derive(Error)" @@ -13,7 +13,7 @@ repository = "https://github.com/dtolnay/thiserror" rust-version = "1.31" [dependencies] -thiserror-impl = { version = "=1.0.32", path = "impl" } +thiserror-impl = { version = "=1.0.33", path = "impl" } [dev-dependencies] anyhow = "1.0" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index 3b55a18..d81bbf4 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror-impl" -version = "1.0.32" +version = "1.0.33" authors = ["David Tolnay "] description = "Implementation detail of the `thiserror` crate" edition = "2018"