Skip to content

Commit

Permalink
v0.5.5, yanked v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptistemontan committed Jan 12, 2025
1 parent c8c51c0 commit d33ce92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit d33ce92

Please sign in to comment.