Skip to content

Commit d270681

Browse files
committed
chore(manifests): remove the authors key from all crates' manifests
The `authors` key has been soft-deprecated since 2021 [1], is not included by `cargo new` anymore [2], and is not displayed by crate registry pages. [1]: rust-lang/rust#83227 [2]: rust-lang/cargo#9282
1 parent 45a9686 commit d270681

File tree

71 files changed

+0
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+0
-74
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ resolver = "2"
4343

4444
[workspace.package]
4545
version = "0.1.0"
46-
authors = ["Kaspar Schleiser <[email protected]>"]
4746
license = "MIT OR Apache-2.0"
4847
edition = "2021"
4948
repository = "https://github.com/ariel-os/ariel-os"

examples/benchmark/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "benchmark"
33
version = "0.1.0"
4-
authors = ["Kaspar Schleiser <[email protected]>"]
54
license.workspace = true
65
edition.workspace = true
76

examples/blinky/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "blinky"
33
version = "0.1.0"
4-
authors.workspace = true
54
license.workspace = true
65
edition.workspace = true
76
publish = false

examples/coap-client/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "coap-client"
33
version = "0.1.0"
4-
authors = ["Christian Amsüss <[email protected]>"]
54
license.workspace = true
65
edition.workspace = true
76
publish = false

examples/coap-server/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "coap-server"
33
version = "0.1.0"
4-
authors = ["Christian Amsüss <[email protected]>"]
54
license.workspace = true
65
edition.workspace = true
76
publish = false

examples/device-metadata/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "device-metadata"
33
version = "0.1.0"
4-
authors.workspace = true
54
license.workspace = true
65
edition.workspace = true
76
publish = false

examples/embassy-http-server/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "embassy-http-server"
33
version = "0.1.0"
4-
authors.workspace = true
54
license.workspace = true
65
edition.workspace = true
76
publish = false

examples/gpio/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "gpio"
33
version = "0.1.0"
4-
authors.workspace = true
54
license.workspace = true
65
edition.workspace = true
76
publish = false

examples/hello-world-threading/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "hello-world-threading"
33
version = "0.1.0"
4-
authors.workspace = true
54
license.workspace = true
65
edition.workspace = true
76
publish = false

examples/hello-world/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "hello-world"
33
version = "0.1.0"
4-
authors.workspace = true
54
license.workspace = true
65
edition.workspace = true
76
publish = false

0 commit comments

Comments
 (0)