Skip to content

Commit a25f3a8

Browse files
committed
Update url to v2.4.0
1 parent 2a12745 commit a25f3a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

url/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "url"
44
# When updating version, also modify html_root_url in the lib.rs
5-
version = "2.3.1"
5+
version = "2.4.0"
66
authors = ["The rust-url developers"]
77

88
description = "URL library for Rust, based on the WHATWG URL Standard"

url/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ url = { version = "2", features = ["serde"] }
121121
122122
*/
123123

124-
#![doc(html_root_url = "https://docs.rs/url/2.3.1")]
124+
#![doc(html_root_url = "https://docs.rs/url/2.4.0")]
125125
#![cfg_attr(
126126
feature = "debugger_visualizer",
127127
feature(debugger_visualizer),

0 commit comments

Comments
 (0)