diff --git a/Cargo.toml b/Cargo.toml index d5f9d2e3..0ca79426 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette" -version = "0.6.0" +version = "0.7.0" authors = ["Kat Marchán "] description = "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers." categories = ["rust-patterns"] @@ -13,7 +13,7 @@ edition = "2018" [dependencies] indenter = "0.3.3" thiserror = "1.0.26" -miette-derive = { version = "=0.1.0", path = "miette-derive" } +miette-derive = { version = "=0.7.0", path = "miette-derive" } [dev-dependencies] thiserror = "1.0.26" diff --git a/miette-derive/Cargo.toml b/miette-derive/Cargo.toml index 33018bc1..1b54ccc7 100644 --- a/miette-derive/Cargo.toml +++ b/miette-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette-derive" -version = "0.1.0" +version = "0.7.0" authors = ["Kat Marchán "] edition = "2018" license = "Apache-2.0"