Skip to content

Commit

Permalink
Release 1.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 27, 2022
1 parent 3a0bac2 commit 8a996a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "thiserror"
version = "1.0.36"
version = "1.0.37"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["rust-patterns"]
description = "derive(Error)"
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/dtolnay/thiserror"
rust-version = "1.31"

[dependencies]
thiserror-impl = { version = "=1.0.36", path = "impl" }
thiserror-impl = { version = "=1.0.37", path = "impl" }

[dev-dependencies]
anyhow = "1.0.65"
Expand Down
2 changes: 1 addition & 1 deletion impl/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "thiserror-impl"
version = "1.0.36"
version = "1.0.37"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Implementation detail of the `thiserror` crate"
edition = "2018"
Expand Down

0 comments on commit 8a996a5

Please sign in to comment.