File tree 2 files changed +2
-11
lines changed
2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
name = " url"
4
4
# When updating version, also modify html_root_url in the lib.rs
5
- version = " 2.2.2 "
5
+ version = " 2.3.0 "
6
6
authors = [" The rust-url developers" ]
7
7
8
8
description = " 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.
119
119
url = { version = "2", features = ["serde"] }
120
120
```
121
121
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
-
131
122
*/
132
123
133
- #![ doc( html_root_url = "https://docs.rs/url/2.2.2 " ) ]
124
+ #![ doc( html_root_url = "https://docs.rs/url/2.3.0 " ) ]
134
125
#![ cfg_attr(
135
126
feature = "debugger_visualizer" ,
136
127
feature( debugger_visualizer) ,
You can’t perform that action at this time.
0 commit comments