Release 2.0.10

This commit is contained in:
David Tolnay 2025-01-08 11:46:25 -08:00
parent 6cd87bc228
commit 349f6960ff
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 = "2.0.9"
version = "2.0.10"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["rust-patterns"]
description = "derive(Error)"
@ -28,7 +28,7 @@ default = ["std"]
std = []
[dependencies]
thiserror-impl = { version = "=2.0.9", path = "impl" }
thiserror-impl = { version = "=2.0.10", path = "impl" }
[dev-dependencies]
anyhow = "1.0.73"