Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpgrade idna dependency to 0.1.4 and publish rust-url 1.5.2 #385
Conversation
|
@SimonSapin @Manishearth What are the next steps here? |
|
I think you don’t need this to get that, since Cargo considers 0.1.4 to be semver-compatible with 0.1.0. Try running this in Gecko: (cd toolkit/library/rust && cargo update -p idna)
(cd toolkit/library/gtest/rust && cargo update -p idna)
./mach vendor rust |
|
Oh, I didn't know that. Thanks for the info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
valenting commentedAug 1, 2017
•
edited by larsbergstrom
We would like to update the dependency in Gecko to get the latest idna table.
This change is