From 10ffe038172ef47a742b438f5c8dad059628c417 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 13 Sep 2022 11:47:51 -0700 Subject: [PATCH] Release 1.0.35 --- Cargo.toml | 4 ++-- impl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 66dee634..1b1742ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror" -version = "1.0.34" +version = "1.0.35" 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.34", path = "impl" } +thiserror-impl = { version = "=1.0.35", path = "impl" } [dev-dependencies] anyhow = "1.0.65" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index 2b982067..aa7d4b36 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror-impl" -version = "1.0.34" +version = "1.0.35" authors = ["David Tolnay "] description = "Implementation detail of the `thiserror` crate" edition = "2018"