From 031fea6f3b82c72be11477e7550c6ae3579e6139 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 2 Jul 2021 21:11:05 -0700 Subject: [PATCH] Release 1.0.26 --- Cargo.toml | 4 ++-- impl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 136c938..dd0b38e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror" -version = "1.0.25" +version = "1.0.26" 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.25", path = "impl" } +thiserror-impl = { version = "=1.0.26", path = "impl" } [dev-dependencies] anyhow = "1.0" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index 1458595..39bbc3d 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror-impl" -version = "1.0.25" +version = "1.0.26" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0"