Skip to content

Commit

Permalink
Release 1.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 31, 2022
1 parent 905680e commit fdb266a
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.32"
version = "1.0.33"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["rust-patterns"]
description = "derive(Error)"
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/dtolnay/thiserror"
rust-version = "1.31"

[dependencies]
thiserror-impl = { version = "=1.0.32", path = "impl" }
thiserror-impl = { version = "=1.0.33", path = "impl" }

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

0 comments on commit fdb266a

Please sign in to comment.