Release 1.0.8

This commit is contained in:
David Tolnay 2019-12-03 10:21:28 -08:00
parent 26a5af1217
commit d53be52a3b
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.7"
version = "1.0.8"
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.7", path = "impl" }
thiserror-impl = { version = "=1.0.8", path = "impl" }
[dev-dependencies]
anyhow = "1.0"

View file

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