Skip to content

Bump rust-url to 1.0. #173

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
Apr 25, 2016
Merged

Bump rust-url to 1.0. #173

merged 1 commit into from
Apr 25, 2016

Conversation

frewsxcv
Copy link
Contributor

No description provided.

@@ -89,7 +89,7 @@ fn test_unix_connection() {
let unix_socket_directory = unix_socket_directories.split(',').next().unwrap();

let path = url::percent_encoding::utf8_percent_encode(
unix_socket_directory, url::percent_encoding::USERNAME_ENCODE_SET);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

USERNAME_ENCODE_SET, PASSWORD_ENCODE_SET, USERINFO_ENCODE_SET all got merged into USERINFO_ENCODE_SET (they were all the same presumably)

@frewsxcv
Copy link
Contributor Author

Looks like we may need to bump the minimum version we test on. Is that alright @sfackler?

@sfackler
Copy link
Owner

Yep, I think just to 1.7 - it's in .travis.yml.

@frewsxcv
Copy link
Contributor Author

Force pushed.

@sfackler sfackler merged commit cbd80f4 into sfackler:master Apr 25, 2016
@sfackler
Copy link
Owner

Thanks!

@frewsxcv frewsxcv deleted the bump-url-1.0 branch April 25, 2016 19:24
frewsxcv added a commit to frewsxcv/rust-postgres that referenced this pull request Apr 25, 2016
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