Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cargo): Update unicode-linebreak #534

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 19, 2024

  1. chore(cargo): Update unicode-linebreak

    `unicode-linebreak` 0.1.5 has been released. It removes the `build.rs` script (it's moved in another separate internal crate). Moving to 0.1.5 removes the following dependencies from the tree:
    
    * `ahash`,
    * `aho-corasick`,
    * `hashbrown`,
    * `once_cell`,
    * `regex`,
    * `regex-syntax`,
    * `version_check`,
    * `wasi`.
    
    This isn't negligible.
    
    Also, `ahash` was at version 0.7.6 (latest version is —at the time of writing— 0.8.8), which doesn't compile on Rust nightly. `ahash` was required by `hashbrown`, which was required as a build-dependency of `unicode-linebreak` 0.1.4. It's no longer the case in 0.1.5.
    Hywan committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    793f7d3 View commit details
    Browse the repository at this point in the history