From 797b2e2a0a31ffd75a004efac859618a634d5fa4 Mon Sep 17 00:00:00 2001 From: Valentin Gosu <1454649+valenting@users.noreply.github.com> Date: Fri, 22 Nov 2024 20:29:50 +0100 Subject: [PATCH] Bump version to 2.5.4 (#1000) --- url/Cargo.toml | 2 +- url/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/url/Cargo.toml b/url/Cargo.toml index e69f4e6d..dd3f7a0b 100644 --- a/url/Cargo.toml +++ b/url/Cargo.toml @@ -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" diff --git a/url/src/lib.rs b/url/src/lib.rs index 4b05a4a3..e015acce 100644 --- a/url/src/lib.rs +++ b/url/src/lib.rs @@ -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")