File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 22
33name = " url"
44# When updating version, also modify html_root_url in the lib.rs
5- version = " 2.2.2 "
5+ version = " 2.3.0 "
66authors = [" The rust-url developers" ]
77
88description = " URL library for Rust, based on the WHATWG URL Standard"
Original file line number Diff line number Diff line change @@ -119,18 +119,9 @@ See [serde documentation](https://serde.rs) for more information.
119119url = { version = "2", features = ["serde"] }
120120```
121121
122- # Feature: `idna`
123-
124- You can opt out [idna](https://en.wikipedia.org/wiki/Internationalized_domain_name) support
125- to reduce final binary size.
126-
127- ```toml
128- url = { version = "2", default-features = false }
129- ```
130-
131122*/
132123
133- #![ doc( html_root_url = "https://docs.rs/url/2.2.2 " ) ]
124+ #![ doc( html_root_url = "https://docs.rs/url/2.3.0 " ) ]
134125#![ cfg_attr(
135126 feature = "debugger_visualizer" ,
136127 feature( debugger_visualizer) ,
You can’t perform that action at this time.
0 commit comments