File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.0 "
5
+ version = " 2.2.1 "
6
6
authors = [" The rust-url developers" ]
7
7
8
8
description = " URL library for Rust, based on the WHATWG URL Standard"
@@ -12,7 +12,7 @@ readme = "../README.md"
12
12
keywords = [" url" , " parser" ]
13
13
categories = [" parser-implementations" , " web-programming" , " encoding" ]
14
14
license = " MIT/Apache-2.0"
15
- include = [" src/**/*" , " LICENSE-*" , " README.md" ]
15
+ include = [" src/**/*" , " LICENSE-*" , " README.md" , " tests/** " ]
16
16
edition = " 2018"
17
17
18
18
[badges ]
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ url = { version = "2", features = ["serde"] }
120
120
```
121
121
*/
122
122
123
- #![ doc( html_root_url = "https://docs.rs/url/2.1 .1" ) ]
123
+ #![ doc( html_root_url = "https://docs.rs/url/2.2 .1" ) ]
124
124
125
125
#[ macro_use]
126
126
extern crate matches;
You can’t perform that action at this time.
0 commit comments