Release 1.0.57

This commit is contained in:
David Tolnay 2024-02-11 10:43:07 -08:00
parent 8a5c4d1b76
commit 1d106b169c
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.56"
version = "1.0.57"
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.56", path = "impl" }
thiserror-impl = { version = "=1.0.57", path = "impl" }
[dev-dependencies]
anyhow = "1.0.73"