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.
1 parent 2a12745 commit a25f3a8Copy full SHA for a25f3a8
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.3.1"
+version = "2.4.0"
6
authors = ["The rust-url developers"]
7
8
description = "URL library for Rust, based on the WHATWG URL Standard"
url/src/lib.rs
@@ -121,7 +121,7 @@ url = { version = "2", features = ["serde"] }
121
122
*/
123
124
-#![doc(html_root_url = "https://docs.rs/url/2.3.1")]
+#![doc(html_root_url = "https://docs.rs/url/2.4.0")]
125
#![cfg_attr(
126
feature = "debugger_visualizer",
127
feature(debugger_visualizer),
0 commit comments