mrtryhard / qt-ts-tools

Small utility to manipulate Qt's translation files.
Apache License 2.0
3 stars 0 forks source link

Bug: Security advisory checks blocks compilation #157

Open mrtryhard opened 1 month ago

mrtryhard commented 1 month ago

Operating system: All qt-ts-tools version: 0.7.0 Problem's description:
We use i18n_embed_fl and it unfortunately depends on proc-macro-error which is reported as unmaintained. The security advisory thus blocks compilation.

Expected behavior / output:
Compilation should works - need to find an alternative or propose a patch to i18n_embed_fl.

mrtryhard commented 1 month ago

Should be unblocked by this pull request: https://github.com/kellpossible/cargo-i18n/pull/133