Skip to content

i18n-embed-fl: update to 0.6.7

bastif requested to merge bastif/debcargo-conf:i18n-embed-fl into master

When trying to build i18n-embed-fl 0.6.6-1 as it is as of today (2024-01-16) in master, build fails with:

error[E0599]: no method named `clone` found for struct `LitStr` in the current scope
   --> src/lib.rs:104:59
    |
104 |                     args_map.insert(argument_name_lit_str.clone(), argument_value)
    |                                                           ^^^^^ method not found in `LitStr`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `i18n-embed-fl` due to previous error

Updating to 0.6.7 fixes the issue (which updates the dependency of syn v1 to syn v2)

Merge request reports

Loading