summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2024-10-22 17:06:29 +0300
committerVika <vika@fireburn.ru>2024-10-22 17:06:29 +0300
commit3bd499a9d696a850a493bf81c01c68aee18c9d7b (patch)
treeba28346e5929e4ace3b15f67cee1167b4cd10a9a /Cargo.toml
parent164df5a3a6a0e874ec9bbd33341c31bafc3cd550 (diff)
downloadbowl-3bd499a9d696a850a493bf81c01c68aee18c9d7b.tar.zst
cargo update
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e7f3ee2..f9001d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ default = ["smart-summary"]
 [dependencies]
 adw = { version = "0.7.0", package = "libadwaita", features = ["v1_5"] }
 futures = "0.3.30"
-gettext-rs = { version = "0.7.0", features = ["gettext-system"] }
+gettext-rs = { version = "=0.7.0", features = ["gettext-system"] }
 gio = { version = "0.20.1", features = ["v2_80"] }
 glib = { version = "0.20.1", features = ["log"] }
 gtk = { version = "0.9.0", package = "gtk4", features = ["gnome_46", "v4_14"] }