Skip to content

Commit aae60cf

Browse files
authored
Use no-std instead of no_std in Cargo.toml (#1064)
1 parent 44afd9f commit aae60cf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

data-url/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "data-url"
33
version = "0.3.2"
44
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
55
description = "Processing of data: URL according to WHATWG’s Fetch Standard"
6-
categories = ["no_std"]
6+
categories = ["no-std"]
77
repository = "https://github.com/servo/rust-url"
88
license = "MIT OR Apache-2.0"
99
edition = "2018"

form_urlencoded/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "form_urlencoded"
33
version = "1.2.2"
44
authors = ["The rust-url developers"]
55
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"]
77
repository = "https://github.com/servo/rust-url"
88
license = "MIT OR Apache-2.0"
99
edition = "2018"

idna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "idna"
33
version = "1.1.0"
44
authors = ["The rust-url developers"]
55
description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
6-
keywords = ["no_std", "web", "http"]
6+
keywords = ["no-std", "web", "http"]
77
repository = "https://github.com/servo/rust-url/"
88
license = "MIT OR Apache-2.0"
99
autotests = false

percent_encoding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "percent-encoding"
33
version = "2.3.2"
44
authors = ["The rust-url developers"]
55
description = "Percent encoding and decoding"
6-
categories = ["no_std"]
6+
categories = ["no-std"]
77
repository = "https://github.com/servo/rust-url/"
88
license = "MIT OR Apache-2.0"
99
edition = "2018"

0 commit comments

Comments
 (0)