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