Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptistemontan committed Sep 21, 2024
1 parent 64920d8 commit 46c3f4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ members = ["leptos_i18n", "leptos_i18n_macro", "tests/json", "tests/common"]
exclude = ["examples", "tests"]

[workspace.package]
version = "0.4.0-beta2"
version = "0.4.1"

[workspace.dependencies]
leptos_i18n_macro = { path = "./leptos_i18n_macro", default-features = false, version = "0.4.0-beta2" }
leptos_i18n = { path = "./leptos_i18n", version = "0.4.0-beta2" }
leptos_i18n_macro = { path = "./leptos_i18n_macro", default-features = false, version = "0.4.1" }
leptos_i18n = { path = "./leptos_i18n", version = "0.4.1" }
tests_common = { path = "./tests/common", version = "0.1.0" }
leptos = { version = "0.6.14" }
leptos = { version = "0.6.15" }

0 comments on commit 46c3f4f

Please sign in to comment.