Release 1.0.26

This commit is contained in:
David Tolnay 2021-07-02 21:11:05 -07:00
parent 245e7cfd14
commit 031fea6f3b
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.25"
version = "1.0.26"
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.25", path = "impl" }
thiserror-impl = { version = "=1.0.26", path = "impl" }
[dev-dependencies]
anyhow = "1.0"

View File

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