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

[idna] Bump unicode-normalization to 0.1.9 #562

Closed
wants to merge 1 commit into from

Conversation

ashthespy
Copy link

With unicode-rs/unicode-normalization#37 landing, this should help with compilation times and sizes (#557)

@SimonSapin
Copy link
Member

As far as I understand this PR is not necessary. A dependency declaration of unicode-normalization = "0.1.5" in Cargo means “Any 0.1.x version, where x >= 5”. So when building a project that doesn’t have a Cargo.lock file, Cargo will already pick the most recent matching version. If Cargo.lock already exists and specifies an older version, you can upgrade with cargo update -p unicode-normalization without changing rust-url’s Cargo.toml.

See https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html

@ashthespy
Copy link
Author

Your right off course, sorry for the noise!

@ashthespy ashthespy closed this Nov 7, 2019
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

2 participants