Skip to content

Commit d33efc1

Browse files
committed
Fix compile warning for cargo-i18n default features for tr
1 parent 4b61eac commit d33efc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ i18n-build = { workspace = true, features = ["localize"] }
2121
i18n-config = { workspace = true }
2222
anyhow = { workspace = true }
2323
gettext = { workspace = true }
24-
tr = { workspace = true, default-features = false, features = ["gettext"] }
24+
tr = { workspace = true, features = ["gettext"] }
2525
clap = { version = "4.4.5", features = ["cargo"] }
2626
rust-embed = { workspace = true }
2727
unic-langid = { workspace = true }

0 commit comments

Comments
 (0)