Skip to content

Commit 35abc32

Browse files
authored
Merge pull request #791 from servo/ver_2.3.0
Bump url version to 2.3.0
2 parents 587e962 + 25266fc commit 35abc32

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

url/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "url"
44
# When updating version, also modify html_root_url in the lib.rs
5-
version = "2.2.2"
5+
version = "2.3.0"
66
authors = ["The rust-url developers"]
77

88
description = "URL library for Rust, based on the WHATWG URL Standard"

url/src/lib.rs

+1-10
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,9 @@ See [serde documentation](https://serde.rs) for more information.
119119
url = { 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),

0 commit comments

Comments
 (0)