Release 1.0.4

This commit is contained in:
David Tolnay 2019-10-27 08:19:19 -07:00
parent 12404e42a5
commit 507914148a
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.3"
version = "1.0.4"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@ -11,7 +11,7 @@ categories = ["rust-patterns"]
readme = "README.md"
[dependencies]
thiserror-impl = { version = "=1.0.3", path = "impl" }
thiserror-impl = { version = "=1.0.4", path = "impl" }
[dev-dependencies]
anyhow = "1.0"

View File

@ -1,6 +1,6 @@
[package]
name = "thiserror-impl"
version = "1.0.3"
version = "1.0.4"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"