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

Conversation

Hywan
Copy link

@Hywan Hywan commented Feb 19, 2024

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.

`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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant