From f7ac667e1dfd9ba72b2c1a08475d9cec7d15ee77 Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Mon, 10 Mar 2025 04:35:34 +0100 Subject: [PATCH] chore(cargo): bump `icu_experimental` dependency version to 0.3.0-beta2 This should fix the CI failure. --- crates/topola-egui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/topola-egui/Cargo.toml b/crates/topola-egui/Cargo.toml index 0ab4b54..9940ebc 100644 --- a/crates/topola-egui/Cargo.toml +++ b/crates/topola-egui/Cargo.toml @@ -19,7 +19,7 @@ derive-getters.workspace = true egui = "0.31" fluent-templates = "0.13" geo.workspace = true -icu_experimental = "0.2" +icu_experimental = "0.3.0-beta2" icu_locale_core = "2.0.0-beta2" log.workspace = true petgraph.workspace = true