diff --git a/Cargo.toml b/Cargo.toml index efa9af1..eaab23f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror" -version = "1.0.30" +version = "1.0.31" authors = ["David Tolnay "] edition = "2018" rust-version = "1.31" @@ -12,7 +12,7 @@ categories = ["rust-patterns"] readme = "README.md" [dependencies] -thiserror-impl = { version = "=1.0.30", path = "impl" } +thiserror-impl = { version = "=1.0.31", path = "impl" } [dev-dependencies] anyhow = "1.0" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index e2ad11b..041c46a 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thiserror-impl" -version = "1.0.30" +version = "1.0.31" authors = ["David Tolnay "] edition = "2018" rust-version = "1.31"