Kaynağa Gözat

Increment version number for new feature (UNC paths).

Simon Sapin 9 yıl önce
ebeveyn
işleme
d1ccb04d2b
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      Cargo.toml
  2. 1 1
      src/lib.rs

+ 1 - 1
Cargo.toml

@@ -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"

+ 1 - 1
src/lib.rs

@@ -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;