diff --git a/Cargo.toml b/Cargo.toml index e7276cb..532041e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror" -version = "1.0.1" +version = "1.0.2" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" @@ -10,7 +10,7 @@ documentation = "https://docs.rs/thiserror" readme = "README.md" [dependencies] -thiserror-impl = { version = "=1.0.0", path = "impl" } +thiserror-impl = { version = "=1.0.2", path = "impl" } [dev-dependencies] anyhow = "1.0" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index fbd6958..3af2aef 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror-impl" -version = "1.0.0" +version = "1.0.2" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0"