Switch gettext crate from GitHub to crates.io

This commit is contained in:
Kitaiti Makoto
2022-02-01 14:41:08 +09:00
parent 9662936b44
commit bc6580bbdc
3 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2018"
crate-type = ["cdylib"]
[dependencies]
gettext = { git = "https://github.com/Plume-org/gettext/", rev = "294c54d74c699fbc66502b480a37cc66c1daa7f3" }
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" }
lazy_static = "1.3"