Release 1.0.42

This commit is contained in:
David Tolnay 2023-07-06 15:12:11 -07:00
parent 6165f58596
commit 305be4a979
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "thiserror"
version = "1.0.41"
version = "1.0.42"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["rust-patterns"]
description = "derive(Error)"
@ -12,7 +12,7 @@ repository = "https://github.com/dtolnay/thiserror"
rust-version = "1.56"
[dependencies]
thiserror-impl = { version = "=1.0.41", path = "impl" }
thiserror-impl = { version = "=1.0.42", path = "impl" }
[dev-dependencies]
anyhow = "1.0.71"