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 c1f2ab3 commit a2d054eCopy full SHA for a2d054e
build/Cargo.toml
@@ -11,8 +11,8 @@ celes = "2.6.0"
11
clap = { version = "4.5.45", features = ["derive"] }
12
dunce = "1.0.5"
13
eyre = "0.6.12"
14
-icu = { version = "2.0.0-beta2", features = ["experimental", "serde"] }
15
-icu_provider = { version = "2.0.0-beta2", features = ["sync"] }
+icu = { version = "2.0.0", features = ["experimental", "serde"] }
+icu_provider = { version = "2.0.0", features = ["sync"] }
16
indexmap = "2.10.0"
17
isbn = { version = "0.6.0" }
18
itertools = "0.14.0"
0 commit comments