Skip to content

Commit

Permalink
Increment version number for new feature (UNC paths).
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Jun 13, 2017
1 parent 1ec057f commit d1ccb04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "url"
# When updating version, also modify html_root_url in the lib.rs
version = "1.4.1"
version = "1.5.0"
authors = ["The rust-url developers"]

description = "URL library for Rust, based on the WHATWG URL Standard"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ let css_url = this_document.join("../main.css").unwrap();
assert_eq!(css_url.as_str(), "http://servo.github.io/rust-url/main.css")
*/

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

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

0 comments on commit d1ccb04

Please sign in to comment.