diff --git a/Cargo.toml b/Cargo.toml index f775edd..bab06bf 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 = "=3.2.1-alpha.0"} +miette-derive = { path = "miette-derive", version = "=3.3.0"} once_cell = "1.8.0" owo-colors = { version = "3.0.0", optional = true } diff --git a/miette-derive/Cargo.toml b/miette-derive/Cargo.toml index 21d81e0..c2fa409 100644 --- a/miette-derive/Cargo.toml +++ b/miette-derive/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "miette-derive" -version = "3.2.1-alpha.0" +version = "3.3.0" authors = ["Kat Marchán "] edition = "2018" license = "Apache-2.0" description = "Derive macros for miette. Like `thiserror` for Diagnostics." repository = "https://github.com/zkat/miette" - + [lib] proc-macro = true - + [dependencies] proc-macro2 = "1.0" quote = "1.0"