diff --git a/Cargo.toml b/Cargo.toml index 64de32f..6ffa2ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" proc-macro = true [dependencies] -gettext-utils = { path = "gettext-utils" } +gettext-utils = { path = "gettext-utils", version = "0.1.0" } gettext = "0.3" [workspace]