We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 991e438 + 0707a58 commit 6c22912Copy full SHA for 6c22912
url/Cargo.toml
@@ -2,7 +2,7 @@
2
3
name = "url"
4
# When updating version, also modify html_root_url in the lib.rs
5
-version = "2.2.1"
+version = "2.2.2"
6
authors = ["The rust-url developers"]
7
8
description = "URL library for Rust, based on the WHATWG URL Standard"
url/src/lib.rs
@@ -120,7 +120,7 @@ url = { version = "2", features = ["serde"] }
120
```
121
*/
122
123
-#![doc(html_root_url = "https://docs.rs/url/2.2.1")]
+#![doc(html_root_url = "https://docs.rs/url/2.2.2")]
124
125
#[macro_use]
126
extern crate matches;
0 commit comments