From d33ce92a7eb82f08feea9f58eacd3b9bb8a143bc Mon Sep 17 00:00:00 2001 From: Baptistemontan Date: Sun, 12 Jan 2025 18:51:34 +0100 Subject: [PATCH] v0.5.5, yanked v0.5.4 --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a5f47634..2b099432 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,14 +13,14 @@ members = [ exclude = ["examples", "tests"] [workspace.package] -version = "0.5.4" +version = "0.5.5" [workspace.dependencies] # pin macro and parser version, those don't follow semver internally so a version missmatch with the main crate can cause problems. -leptos_i18n_macro = { path = "./leptos_i18n_macro", default-features = false, version = "=0.5.4" } -leptos_i18n_parser = { path = "./leptos_i18n_parser", default-features = false, version = "=0.5.4" } -leptos_i18n = { path = "./leptos_i18n", default-features = false, version = "0.5.4" } -leptos_i18n_router = { path = "./leptos_i18n_router", version = "0.5.4" } +leptos_i18n_macro = { path = "./leptos_i18n_macro", default-features = false, version = "=0.5.5" } +leptos_i18n_parser = { path = "./leptos_i18n_parser", default-features = false, version = "=0.5.5" } +leptos_i18n = { path = "./leptos_i18n", default-features = false, version = "0.5.5" } +leptos_i18n_router = { path = "./leptos_i18n_router", version = "0.5.5" } # leptos leptos = { version = "0.7.0", default-features = false }