kellpossible / cargo-i18n

A Rust Cargo sub-command and libraries to extract and build localization resources to embed in your application/library
MIT License
121 stars 25 forks source link

Dependency Bumps #127

Closed fosskers closed 2 months ago

fosskers commented 3 months ago

This PR will be followed by two more that:

  1. Bump fluent-langneg, which necessitates a switch from unic-langid to icu-locid.
  2. Transition from toml to basic-toml to reduce the dependency footprint and remove the overlap with versions 0.5 and 0.8.

Note also https://github.com/kellpossible/cargo-i18n/issues/126 , which I discovered during this process.

kellpossible commented 2 months ago

Thanks @fosskers ! I had to fix some conflicts, so created new PR #129