From 74bfe75eb25ba9d39b0ae5b570d611855cbc5086 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 17 Dec 2022 11:56:36 -0800 Subject: [PATCH] Release 1.0.38 --- Cargo.toml | 4 ++-- impl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c87edcb..82ef03d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror" -version = "1.0.37" +version = "1.0.38" authors = ["David Tolnay "] categories = ["rust-patterns"] description = "derive(Error)" @@ -12,7 +12,7 @@ repository = "https://github.com/dtolnay/thiserror" rust-version = "1.31" [dependencies] -thiserror-impl = { version = "=1.0.37", path = "impl" } +thiserror-impl = { version = "=1.0.38", path = "impl" } [dev-dependencies] anyhow = "1.0.65" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index d759bb2..dee506a 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror-impl" -version = "1.0.37" +version = "1.0.38" authors = ["David Tolnay "] description = "Implementation detail of the `thiserror` crate" edition = "2018"