Skip to content

Commit

Permalink
Release 1.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 28, 2021
1 parent 9af5265 commit b47c75d
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.27"
version = "1.0.28"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -11,7 +11,7 @@ categories = ["rust-patterns"]
readme = "README.md"

[dependencies]
thiserror-impl = { version = "=1.0.27", path = "impl" }
thiserror-impl = { version = "=1.0.28", 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.27"
version = "1.0.28"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit b47c75d

Please sign in to comment.