From 3efc3c3c1327d387039fd1360b61b9542b8f0fb9 Mon Sep 17 00:00:00 2001 From: Baptiste Gelez Date: Sun, 20 Jan 2019 19:01:02 +0100 Subject: [PATCH] v0.4.0 --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c9e636d..b80fa55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,19 +1,19 @@ [package] authors = ["Baptiste Gelez "] -description = "Rocket fairing for easy internationalization with gettext (also support Actix web)" +description = "Rocket fairing for easy internationalization with gettext (also supports Actix web)" license = "GPL-3.0" name = "rocket_i18n" readme = "README.md" repository = "https://github.com/BaptisteGelez/rocket_i18n" keywords = ["i18n", "rocket", "gettext", "internationalization", "localization"] categories = ["internationalization", "localization", "web-programming"] -version = "0.3.1" +version = "0.4.0" [dependencies] gettext = "0.3" [dependencies.rocket] -version = "0.4.0-rc.1" +version = "0.4.0" optional = true [dependencies.actix-web] @@ -22,4 +22,3 @@ optional = true [features] default = ["rocket"] -build = []