Skip to content

Commit

Permalink
Bump version to 2.5.4 (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
valenting authored Nov 22, 2024
1 parent d77dfb4 commit 797b2e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "url"
# When updating version, also modify html_root_url in the lib.rs
version = "2.5.3"
version = "2.5.4"
authors = ["The rust-url developers"]

description = "URL library for Rust, based on the WHATWG URL Standard"
Expand Down
2 changes: 1 addition & 1 deletion url/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ url = { version = "2", features = ["debugger_visualizer"] }
*/

#![no_std]
#![doc(html_root_url = "https://docs.rs/url/2.5.3")]
#![doc(html_root_url = "https://docs.rs/url/2.5.4")]
#![cfg_attr(
feature = "debugger_visualizer",
debugger_visualizer(natvis_file = "../../debug_metadata/url.natvis")
Expand Down

0 comments on commit 797b2e2

Please sign in to comment.