Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/stringcheese-en/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ icu_locid = { version = "1.5", optional = true }
# the `static ENGLISH_CLDR_COLLATOR` slot below and for the
# `Language::collator` trait's `Sync` bound. Only pulled in with
# `icu-collator`.
icu_provider = { version = "1.5", optional = true, default-features = false, features = ["sync"] }
icu_provider = { version = "2.2", optional = true, default-features = false, features = ["sync"] }
# WIT-i18n case-mapping capability crate. Optional; only pulled in
# when the `case-scud` feature is enabled — pulls a small
# `CasePack` constructor helper into the crate's public surface so
Expand Down
Loading