Skip to content

Commit d1ccb04

Browse files
committed
Increment version number for new feature (UNC paths).
1 parent 1ec057f commit d1ccb04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
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.4.1"
5+
version = "1.5.0"
66
authors = ["The rust-url developers"]
77

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

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ let css_url = this_document.join("../main.css").unwrap();
9090
assert_eq!(css_url.as_str(), "http://servo.github.io/rust-url/main.css")
9191
*/
9292

93-
#![doc(html_root_url = "https://docs.rs/url/1.4.0")]
93+
#![doc(html_root_url = "https://docs.rs/url/1.5.1")]
9494

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

0 commit comments

Comments
 (0)