Skip to content

Commit 797b2e2

Browse files
authored
Bump version to 2.5.4 (#1000)
1 parent d77dfb4 commit 797b2e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

url/Cargo.toml

+1-1
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.5.3"
5+
version = "2.5.4"
66
authors = ["The rust-url developers"]
77

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

url/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ url = { version = "2", features = ["debugger_visualizer"] }
143143
*/
144144

145145
#![no_std]
146-
#![doc(html_root_url = "https://docs.rs/url/2.5.3")]
146+
#![doc(html_root_url = "https://docs.rs/url/2.5.4")]
147147
#![cfg_attr(
148148
feature = "debugger_visualizer",
149149
debugger_visualizer(natvis_file = "../../debug_metadata/url.natvis")

0 commit comments

Comments
 (0)