From d53be52a3b0236ce34e0cd3b7af8ba8d490b0e7c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 3 Dec 2019 10:21:28 -0800 Subject: [PATCH] Release 1.0.8 --- Cargo.toml | 4 ++-- impl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e85d48f..9dadd4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror" -version = "1.0.7" +version = "1.0.8" authors = ["David Tolnay "] 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" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index 80534eb..4a00c11 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror-impl" -version = "1.0.7" +version = "1.0.8" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0"