Update gettext-macros to 0.6.1

This commit is contained in:
Kitaiti Makoto
2022-02-26 11:20:38 +09:00
parent 306f2d5738
commit ed491bad21
3 changed files with 10 additions and 14 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ crate-type = ["cdylib"]
[dependencies]
gettext = "0.4.0"
gettext-macros = { git = "https://git.joinplu.me/plume/gettext-macros", rev = "2227905fb9" }
gettext-utils = { git = "https://git.joinplu.me/plume/gettext-macros", rev = "2227905fb9" }
gettext-macros = "0.6.1"
gettext-utils = "0.1.0"
lazy_static = "1.3"
serde = "1.0"
serde_json = "1.0"