Skip to content

Commit ff8e8c9

Browse files
author
bors-servo
committed
Auto merge of #138 - pyfisch:ipaddrs, r=SimonSapin
Change host to use ip address types provided by std. Removes the custom IPv6Addr type and replaces it with the std one. Parses IPv4Addrs to the std type using the parser described in the url.spec.whatwg.org handling all edge cases. Add tests. fixes #116 This is a breaking change. Version bumped to v0.5.0. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/138) <!-- Reviewable:end -->
2 parents c156810 + ce1efd3 commit ff8e8c9

File tree

6 files changed

+198
-204
lines changed

6 files changed

+198
-204
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "url"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
authors = [ "Simon Sapin <[email protected]>" ]
66

77
description = "URL library for Rust, based on the WHATWG URL Standard"

0 commit comments

Comments
 (0)