Skip to content

Commit a2d054e

Browse files
committed
use non-beta ICU version
1 parent c1f2ab3 commit a2d054e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ celes = "2.6.0"
1111
clap = { version = "4.5.45", features = ["derive"] }
1212
dunce = "1.0.5"
1313
eyre = "0.6.12"
14-
icu = { version = "2.0.0-beta2", features = ["experimental", "serde"] }
15-
icu_provider = { version = "2.0.0-beta2", features = ["sync"] }
14+
icu = { version = "2.0.0", features = ["experimental", "serde"] }
15+
icu_provider = { version = "2.0.0", features = ["sync"] }
1616
indexmap = "2.10.0"
1717
isbn = { version = "0.6.0" }
1818
itertools = "0.14.0"

0 commit comments

Comments
 (0)