Skip to content

Commit 1b84a39

Browse files
committed
1.7.0
At least #433 added new APIs
1 parent 32c2006 commit 1b84a39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "url"
44
# When updating version, also modify html_root_url in the lib.rs
5-
version = "1.6.1"
5+
version = "1.7.0"
66
authors = ["The rust-url developers"]
77

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

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ assert_eq!(css_url.as_str(), "http://servo.github.io/rust-url/main.css");
104104
# run().unwrap();
105105
*/
106106

107-
#![doc(html_root_url = "https://docs.rs/url/1.6.1")]
107+
#![doc(html_root_url = "https://docs.rs/url/1.7.0")]
108108

109109
#[cfg(feature="rustc-serialize")] extern crate rustc_serialize;
110110
#[macro_use] extern crate matches;

0 commit comments

Comments
 (0)