Skip to content

Commit

Permalink
v0.5.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptistemontan committed Nov 9, 2024
1 parent 6d64a91 commit 8788003
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ members = [
exclude = ["examples", "tests"]

[workspace.package]
version = "0.5.0-gamma2"
version = "0.5.0-rc1"

[workspace.dependencies]
leptos_i18n_macro = { path = "./leptos_i18n_macro", default-features = false, version = "=0.5.0-gamma2" }
leptos_i18n_parser = { path = "./leptos_i18n_parser", default-features = false, version = "=0.5.0-gamma2" }
leptos_i18n = { path = "./leptos_i18n", version = "0.5.0-gamma2" }
# 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.0-rc1" }
leptos_i18n_parser = { path = "./leptos_i18n_parser", default-features = false, version = "=0.5.0-rc1" }
leptos_i18n = { path = "./leptos_i18n", version = "0.5.0-rc1" }
tests_common = { path = "./tests/common", version = "0.1.0" }
leptos = { version = "0.7.0-rc1" }

0 comments on commit 8788003

Please sign in to comment.