From 0707a58b91f05395b78e3ce1861e76aedba908cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bram=20Bonn=C3=A9?= Date: Tue, 4 May 2021 15:05:16 +0200 Subject: [PATCH] Bump minor version number This allows Android's automatic importer to pick up the new tests. --- url/Cargo.toml | 2 +- url/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/url/Cargo.toml b/url/Cargo.toml index 5f7a0fe72..e3846595b 100644 --- a/url/Cargo.toml +++ b/url/Cargo.toml @@ -2,7 +2,7 @@ name = "url" # When updating version, also modify html_root_url in the lib.rs -version = "2.2.1" +version = "2.2.2" authors = ["The rust-url developers"] description = "URL library for Rust, based on the WHATWG URL Standard" diff --git a/url/src/lib.rs b/url/src/lib.rs index 810002df3..42793cf48 100644 --- a/url/src/lib.rs +++ b/url/src/lib.rs @@ -120,7 +120,7 @@ url = { version = "2", features = ["serde"] } ``` */ -#![doc(html_root_url = "https://docs.rs/url/2.2.1")] +#![doc(html_root_url = "https://docs.rs/url/2.2.2")] #[macro_use] extern crate matches;