Explorar o código

Bump url to 2.0.0

Simon Sapin %!s(int64=7) %!d(string=hai) anos
pai
achega
568425aa59
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      Cargo.toml
  2. 1 1
      src/lib.rs

+ 1 - 1
Cargo.toml

@@ -2,7 +2,7 @@
 
 
 name = "url"
 name = "url"
 # When updating version, also modify html_root_url in the lib.rs
 # When updating version, also modify html_root_url in the lib.rs
-version = "1.7.2"
+version = "2.0.0"
 authors = ["The rust-url developers"]
 authors = ["The rust-url developers"]
 
 
 description = "URL library for Rust, based on the WHATWG URL Standard"
 description = "URL library for Rust, based on the WHATWG URL Standard"

+ 1 - 1
src/lib.rs

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