Use fixed gettext from Plume-org

This commit is contained in:
Baptiste Gelez 2019-04-18 19:26:44 +01:00
parent dc431a6965
commit a7c605f7ed

View file

@ -12,7 +12,7 @@ proc-macro = true
[dependencies]
gettext-utils = { path = "gettext-utils", version = "0.1.0" }
gettext = { git = "https://github.com/BaptisteGelez/gettext/", rev = "294c54d74c699fbc66502b480a37cc66c1daa7f3" }
gettext = { git = "https://github.com/Plume-org/gettext", rev = "294c54d74c699fbc66502b480a37cc66c1daa7f3" }
[workspace]
members = ["gettext-utils"]