diff --git a/Cargo.toml b/Cargo.toml index 1f31399..105e1d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ exclude = ["images/", "tests/", "miette-derive/"] [dependencies] thiserror = "1.0.26" -miette-derive = { path = "miette-derive", version = "=2.1.3-alpha.0"} +miette-derive = { path = "miette-derive", version = "=2.2.0"} once_cell = "1.8.0" owo-colors = "2.0.0" atty = "0.2.14" diff --git a/miette-derive/Cargo.toml b/miette-derive/Cargo.toml index b77cdb9..ed3586b 100644 --- a/miette-derive/Cargo.toml +++ b/miette-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette-derive" -version = "2.1.3-alpha.0" +version = "2.2.0" authors = ["Kat Marchán "] edition = "2018" license = "Apache-2.0"