Skip to content

Commit

Permalink
revert default features usage for non-workspace test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptistemontan committed Dec 22, 2024
1 parent d102b46 commit 5d50379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/json5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
leptos = { version = "0.7.0", features = ["ssr"] }
tests_common = { path = "../common" }
leptos_i18n = { path = "../../leptos_i18n", features = [
leptos_i18n = { path = "../../leptos_i18n", default-features = false, features = [
"json5_files",
"icu_compiled_data",
"track_locale_files",
Expand Down
2 changes: 1 addition & 1 deletion tests/yaml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
leptos = { version = "0.7.0", features = ["ssr"] }
tests_common = { path = "../common" }
leptos_i18n = { path = "../../leptos_i18n", features = [
leptos_i18n = { path = "../../leptos_i18n", default-features = false, features = [
"yaml_files",
"icu_compiled_data",
"track_locale_files",
Expand Down

0 comments on commit 5d50379

Please sign in to comment.