From dd5b8fca8e4d467181acb137002f930c73a5a055 Mon Sep 17 00:00:00 2001 From: Baptiste Gelez Date: Sun, 20 Jan 2019 12:44:59 +0100 Subject: [PATCH] Pin gettext-utils version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]