Update gettext-macros and gettext-utils

This commit is contained in:
Kitaiti Makoto
2022-02-17 23:08:16 +09:00
parent 4412e0598f
commit d52c7a3afa
3 changed files with 42 additions and 48 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ crate-type = ["cdylib"]
[dependencies]
gettext = "0.4.0"
gettext-macros = { git = "https://github.com/Plume-org/gettext-macros/", rev = "a7c605f7edd6bfbfbfe7778026bfefd88d82db10" }
gettext-utils = { git = "https://github.com/Plume-org/gettext-macros/", rev = "a7c605f7edd6bfbfbfe7778026bfefd88d82db10" }
gettext-macros = { git = "https://git.joinplu.me/plume/gettext-macros", rev = "2227905fb9" }
gettext-utils = { git = "https://git.joinplu.me/plume/gettext-macros", rev = "2227905fb9" }
lazy_static = "1.3"
serde = "1.0"
serde_json = "1.0"