From 568425aa59431b5065c310e6bd3f3ab71cbd6409 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 15 Jul 2019 18:38:28 +0200 Subject: [PATCH] Bump url to 2.0.0 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 13d3c8ecc..a3a469c16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "url" # 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"] description = "URL library for Rust, based on the WHATWG URL Standard" diff --git a/src/lib.rs b/src/lib.rs index 7828d2458..cf3de0ce1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -105,7 +105,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.7.0")] +#![doc(html_root_url = "https://docs.rs/url/2.0.0")] #[macro_use] extern crate matches;