diff --git a/Cargo.toml b/Cargo.toml index 8a72ae9..1ec63cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror" -version = "1.0.33" +version = "1.0.34" authors = ["David Tolnay "] categories = ["rust-patterns"] description = "derive(Error)" @@ -13,7 +13,7 @@ repository = "https://github.com/dtolnay/thiserror" rust-version = "1.31" [dependencies] -thiserror-impl = { version = "=1.0.33", path = "impl" } +thiserror-impl = { version = "=1.0.34", path = "impl" } [dev-dependencies] anyhow = "1.0" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index d81bbf4..2b98206 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror-impl" -version = "1.0.33" +version = "1.0.34" authors = ["David Tolnay "] description = "Implementation detail of the `thiserror` crate" edition = "2018"