File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "data-url"
33version = " 0.3.2"
44authors = [" Simon Sapin <simon.sapin@exyr.org>" ]
55description = " Processing of data: URL according to WHATWG’s Fetch Standard"
6- categories = [" no_std " ]
6+ categories = [" no-std " ]
77repository = " https://github.com/servo/rust-url"
88license = " MIT OR Apache-2.0"
99edition = " 2018"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "form_urlencoded"
33version = " 1.2.2"
44authors = [" The rust-url developers" ]
55description = " Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms."
6- categories = [" no_std " ]
6+ categories = [" no-std " ]
77repository = " https://github.com/servo/rust-url"
88license = " MIT OR Apache-2.0"
99edition = " 2018"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "idna"
33version = " 1.1.0"
44authors = [" The rust-url developers" ]
55description = " IDNA (Internationalizing Domain Names in Applications) and Punycode."
6- keywords = [" no_std " , " web" , " http" ]
6+ keywords = [" no-std " , " web" , " http" ]
77repository = " https://github.com/servo/rust-url/"
88license = " MIT OR Apache-2.0"
99autotests = false
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "percent-encoding"
33version = " 2.3.2"
44authors = [" The rust-url developers" ]
55description = " Percent encoding and decoding"
6- categories = [" no_std " ]
6+ categories = [" no-std " ]
77repository = " https://github.com/servo/rust-url/"
88license = " MIT OR Apache-2.0"
99edition = " 2018"
You can’t perform that action at this time.
0 commit comments