diff --git a/Cargo.toml b/Cargo.toml index eb08466..450cf2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette" -version = "6.0.0" +version = "6.0.1" authors = ["Kat Marchán "] description = "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers." categories = ["rust-patterns"] @@ -14,7 +14,7 @@ exclude = ["images/", "tests/", "miette-derive/"] [dependencies] thiserror = "1.0.40" -miette-derive = { path = "miette-derive", version = "=6.0.0", optional = true } +miette-derive = { path = "miette-derive", version = "=6.0.1", optional = true } unicode-width = "0.1.9" owo-colors = { version = "3.4.0", optional = true } diff --git a/miette-derive/Cargo.toml b/miette-derive/Cargo.toml index 40906de..7945edf 100644 --- a/miette-derive/Cargo.toml +++ b/miette-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette-derive" -version = "6.0.0" +version = "6.0.1" authors = ["Kat Marchán "] edition = "2018" license = "Apache-2.0"