Эх сурвалжийг харах

1.7.0

At least https://github.com/servo/rust-url/pull/433 added new APIs
Simon Sapin 8 жил өмнө
parent
commit
1b84a3944f
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  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.6.1"
+version = "1.7.0"
 authors = ["The rust-url developers"]
 
 description = "URL library for Rust, based on the WHATWG URL Standard"

+ 1 - 1
src/lib.rs

@@ -104,7 +104,7 @@ assert_eq!(css_url.as_str(), "http://servo.github.io/rust-url/main.css");
 # run().unwrap();
 */
 
-#![doc(html_root_url = "https://docs.rs/url/1.6.1")]
+#![doc(html_root_url = "https://docs.rs/url/1.7.0")]
 
 #[cfg(feature="rustc-serialize")] extern crate rustc_serialize;
 #[macro_use] extern crate matches;