Skip to content

Upgrade to rust-url 1.0 #103

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

Merged
merged 1 commit into from
May 2, 2016
Merged

Conversation

SimonSapin
Copy link
Contributor

Since Url is (indirectly) part of the public API, I think this is a breaking change.

It would be possible to depend on url = ">= 0.5, < 2.0" (so that this wouldn’t be a breaking change) if as_str is reverted to to_string, but that would leave an unnecessary String allocation.

test_proxy fails for me locally with "Timeout was reached", but it also does on master.

@SimonSapin
Copy link
Contributor Author

r? @alexcrichton

@alexcrichton
Copy link
Owner

Hm I'd prefer to hold off on bumping the major version just yet, I've got a rewrite queued up already for this and ideally that'd land at the same time

@alexcrichton
Copy link
Owner

Perhaps this could add the larger version range for now?

@SimonSapin
Copy link
Contributor Author

Updated the PR and filed #104.

@alexcrichton alexcrichton merged commit 9551b8c into alexcrichton:master May 2, 2016
@SimonSapin SimonSapin deleted the url-1.0 branch May 2, 2016 06:24
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.

2 participants