Release 1.0.35

This commit is contained in:
David Tolnay 2022-09-13 11:47:51 -07:00
parent 9be0f4121e
commit 10ffe03817
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "thiserror"
version = "1.0.34"
version = "1.0.35"
authors = ["David Tolnay <dtolnay@gmail.com>"]
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"

View File

@ -1,6 +1,6 @@
[package]
name = "thiserror-impl"
version = "1.0.34"
version = "1.0.35"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Implementation detail of the `thiserror` crate"
edition = "2018"