diff --git a/Cargo.toml b/Cargo.toml index 6a1a1f3..9246309 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror" -version = "1.0.35" +version = "1.0.36" authors = ["David Tolnay "] categories = ["rust-patterns"] description = "derive(Error)" @@ -12,7 +12,7 @@ repository = "https://github.com/dtolnay/thiserror" rust-version = "1.31" [dependencies] -thiserror-impl = { version = "=1.0.35", path = "impl" } +thiserror-impl = { version = "=1.0.36", path = "impl" } [dev-dependencies] anyhow = "1.0.65" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index aa7d4b3..22378f5 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror-impl" -version = "1.0.35" +version = "1.0.36" authors = ["David Tolnay "] description = "Implementation detail of the `thiserror` crate" edition = "2018"