diff --git a/Cargo.toml b/Cargo.toml index 6ea3fcd..2f0b2c4 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 = "=4.0.1-alpha.0"} +miette-derive = { path = "miette-derive", version = "=4.0.1"} once_cell = "1.8.0" unicode-width = "0.1.9" diff --git a/miette-derive/Cargo.toml b/miette-derive/Cargo.toml index 2b9b3d9..4a87705 100644 --- a/miette-derive/Cargo.toml +++ b/miette-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miette-derive" -version = "4.0.1-alpha.0" +version = "4.0.1" authors = ["Kat Marchán "] edition = "2018" license = "Apache-2.0"