From f510ad29a5bb1460738224a881cb165753b1e694 Mon Sep 17 00:00:00 2001 From: Alain Emilia Anna Zscheile Date: Mon, 30 Sep 2024 19:33:18 +0200 Subject: [PATCH] Cargo.toml: bump fluent-templates --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ac602e..b6445b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ features = ["macros", "serde"] [dependencies.fluent-templates] optional = true -version = "0.9.4" +version = "0.11" [dependencies.eframe] optional = true