Release 1.0.27

This commit is contained in:
David Tolnay 2021-08-28 14:18:20 -07:00
parent 2e2c126342
commit b087faf217
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] [package]
name = "thiserror" name = "thiserror"
version = "1.0.26" version = "1.0.27"
authors = ["David Tolnay <dtolnay@gmail.com>"] authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -11,7 +11,7 @@ categories = ["rust-patterns"]
readme = "README.md" readme = "README.md"
[dependencies] [dependencies]
thiserror-impl = { version = "=1.0.26", path = "impl" } thiserror-impl = { version = "=1.0.27", path = "impl" }
[dev-dependencies] [dev-dependencies]
anyhow = "1.0" anyhow = "1.0"

View File

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