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 22
33name = " url"
44# When updating version, also modify html_root_url in the lib.rs
5- version = " 2.2.0 "
5+ version = " 2.2.1 "
66authors = [" The rust-url developers" ]
77
88description = " URL library for Rust, based on the WHATWG URL Standard"
@@ -12,7 +12,7 @@ readme = "../README.md"
1212keywords = [" url" , " parser" ]
1313categories = [" parser-implementations" , " web-programming" , " encoding" ]
1414license = " MIT/Apache-2.0"
15- include = [" src/**/*" , " LICENSE-*" , " README.md" ]
15+ include = [" src/**/*" , " LICENSE-*" , " README.md" , " tests/** " ]
1616edition = " 2018"
1717
1818[badges ]
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ url = { version = "2", features = ["serde"] }
120120```
121121*/
122122
123- #![ doc( html_root_url = "https://docs.rs/url/2.1 .1" ) ]
123+ #![ doc( html_root_url = "https://docs.rs/url/2.2 .1" ) ]
124124
125125#[ macro_use]
126126extern crate matches;
You can’t perform that action at this time.
0 commit comments