Skip to content

Commit c90827a

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 c90827a

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

examples/log/Cargo.toml

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

examples/minimal/Cargo.toml

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

examples/random/Cargo.toml

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

examples/storage/Cargo.toml

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

examples/tcp-echo/Cargo.toml

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

examples/thread-async-interop/Cargo.toml

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

examples/threading-channel/Cargo.toml

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

examples/threading-event/Cargo.toml

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

examples/threading-multicore/Cargo.toml

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

examples/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 = "threading"
33
version = "0.1.0"
4-
authors.workspace = true
54
license.workspace = true
65
edition.workspace = true
76
publish = false

examples/udp-echo/Cargo.toml

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

examples/usb-keyboard/Cargo.toml

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

examples/usb-serial/Cargo.toml

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

src/ariel-os-bench/Cargo.toml

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

src/ariel-os-boards/Cargo.toml

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

src/ariel-os-boards/dwm1001/Cargo.toml

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

src/ariel-os-boards/espressif-esp32-s3-wroom-1/Cargo.toml

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

src/ariel-os-boards/microbit-v2/Cargo.toml

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

src/ariel-os-boards/microbit/Cargo.toml

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

src/ariel-os-boards/nrf51/Cargo.toml

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

src/ariel-os-boards/nrf52/Cargo.toml

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

src/ariel-os-boards/nrf52840-mdk/Cargo.toml

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

src/ariel-os-boards/nrf52840dk/Cargo.toml

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

src/ariel-os-boards/nrf52dk/Cargo.toml

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

src/ariel-os-boards/nrf5340/Cargo.toml

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

src/ariel-os-boards/nrf5340dk/Cargo.toml

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

src/ariel-os-boards/particle-xenon/Cargo.toml

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

src/ariel-os-boards/st-nucleo-f401re/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "st-nucleo-f401re"
33
version = "0.1.0"
4-
authors = ["Kaspar Schleiser <[email protected]>"]
54
license.workspace = true
65
edition.workspace = true
76
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/ariel-os-boards/st-nucleo-wb55/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "st-nucleo-wb55"
33
version = "0.1.0"
4-
authors = ["Kaspar Schleiser <[email protected]>"]
54
license.workspace = true
65
edition.workspace = true
76
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/ariel-os-chips/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "ariel-os-chips"
33
version = "0.1.0"
4-
authors = ["Kaspar Schleiser <[email protected]>"]
54
license.workspace = true
65
edition.workspace = true
76
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/ariel-os-chips/stm32f4xx/Cargo.toml

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

src/ariel-os-coap/Cargo.toml

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

src/ariel-os-debug/Cargo.toml

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

src/ariel-os-embassy-common/Cargo.toml

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

src/ariel-os-esp/Cargo.toml

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

src/ariel-os-identity/Cargo.toml

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

src/ariel-os-macros/Cargo.toml

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

src/ariel-os-nrf/Cargo.toml

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

src/ariel-os-random/Cargo.toml

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

src/ariel-os-rp/Cargo.toml

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

0 commit comments

Comments
 (0)