We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da489f commit 57e7525Copy full SHA for 57e7525
fluent-bundle/Cargo.toml
@@ -30,15 +30,15 @@ intl_pluralrules.workspace = true
30
rustc-hash.workspace = true
31
unic-langid.workspace = true
32
intl-memoizer = { version = "0.5.2", path = "../intl-memoizer" }
33
-self_cell = "1.0"
+self_cell = "1.2"
34
smallvec = "1.13"
35
36
[dev-dependencies]
37
criterion.workspace = true
38
iai.workspace = true
39
serde = { workspace = true, features = ["derive"] }
40
unic-langid = { workspace = true, features = ["macros"] }
41
-rand = "0.8"
+rand = "0.9"
42
serde_yaml = "0.9"
43
44
[features]
0 commit comments