Release 1.0.37

This commit is contained in:
David Tolnay 2022-09-27 14:38:00 -07:00
parent 3a0bac2bcc
commit 8a996a5bfd
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] [package]
name = "thiserror" name = "thiserror"
version = "1.0.36" version = "1.0.37"
authors = ["David Tolnay <dtolnay@gmail.com>"] authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["rust-patterns"] categories = ["rust-patterns"]
description = "derive(Error)" description = "derive(Error)"
@ -12,7 +12,7 @@ repository = "https://github.com/dtolnay/thiserror"
rust-version = "1.31" rust-version = "1.31"
[dependencies] [dependencies]
thiserror-impl = { version = "=1.0.36", path = "impl" } thiserror-impl = { version = "=1.0.37", path = "impl" }
[dev-dependencies] [dev-dependencies]
anyhow = "1.0.65" anyhow = "1.0.65"

View File

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