edgul 1 год назад
Родитель
Сommit
a40f90434e
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      url/Cargo.toml
  2. 1 1
      url/src/lib.rs

+ 1 - 1
url/Cargo.toml

@@ -2,7 +2,7 @@
 
 
 name = "url"
 name = "url"
 # When updating version, also modify html_root_url in the lib.rs
 # When updating version, also modify html_root_url in the lib.rs
-version = "2.5.4"
+version = "2.5.5"
 authors = ["The rust-url developers"]
 authors = ["The rust-url developers"]
 
 
 description = "URL library for Rust, based on the WHATWG URL Standard"
 description = "URL library for Rust, based on the WHATWG URL Standard"

+ 1 - 1
url/src/lib.rs

@@ -143,7 +143,7 @@ url = { version = "2", features = ["debugger_visualizer"] }
 */
 */
 
 
 #![no_std]
 #![no_std]
-#![doc(html_root_url = "https://docs.rs/url/2.5.4")]
+#![doc(html_root_url = "https://docs.rs/url/2.5.5")]
 #![cfg_attr(
 #![cfg_attr(
     feature = "debugger_visualizer",
     feature = "debugger_visualizer",
     debugger_visualizer(natvis_file = "../../debug_metadata/url.natvis")
     debugger_visualizer(natvis_file = "../../debug_metadata/url.natvis")