Skip to content

Commit

Permalink
chore(manifests): remove the authors key from all crates' manifests
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ROMemories committed Dec 3, 2024
1 parent 45a9686 commit d270681
Show file tree
Hide file tree
Showing 71 changed files with 0 additions and 74 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ resolver = "2"

[workspace.package]
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/ariel-os/ariel-os"
Expand Down
1 change: 0 additions & 1 deletion examples/benchmark/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "benchmark"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion examples/blinky/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "blinky"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/coap-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "coap-client"
version = "0.1.0"
authors = ["Christian Amsüss <[email protected]>"]
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/coap-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "coap-server"
version = "0.1.0"
authors = ["Christian Amsüss <[email protected]>"]
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/device-metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "device-metadata"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/embassy-http-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "embassy-http-server"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/gpio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "gpio"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/hello-world-threading/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "hello-world-threading"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "hello-world"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/log/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "log"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/minimal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "minimal"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion examples/random/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "example-random"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "storage"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/tcp-echo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "tcp-echo"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/thread-async-interop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "thread-async-interop"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/threading-channel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "threading-channel"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/threading-event/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "threading-event"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/threading-multicore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "threading-multicore"
version = "0.1.0"
authors = ["Elena Frank <[email protected]>"]
edition.workspace = true
license.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/threading/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "threading"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/udp-echo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "udp-echo"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/usb-keyboard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "usb-keyboard"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion examples/usb-serial/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "usb-serial"
version = "0.1.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
publish = false
Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-bench/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "ariel-os-bench"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-boards/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "ariel-os-boards"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-boards/dwm1001/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "dwm1001"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-boards/espressif-esp32-s3-wroom-1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "espressif-esp32-s3-wroom-1"
version = "0.1.0"
authors = ["Elena Frank <[email protected]>"]
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-boards/microbit-v2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "microbit-v2"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-boards/microbit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "microbit"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-boards/nrf51/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "nrf51"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-boards/nrf52/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "nrf52"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-boards/nrf52840-mdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "nrf52840-mdk"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-boards/nrf52840dk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "nrf52840dk"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-boards/nrf52dk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "nrf52dk"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-boards/nrf5340/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "nrf5340"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-boards/nrf5340dk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "nrf5340dk"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-boards/particle-xenon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "particle-xenon"
version = "0.1.0"
authors = ["Christian Amsüss <[email protected]>"]
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-boards/st-nucleo-f401re/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "st-nucleo-f401re"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-boards/st-nucleo-wb55/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "st-nucleo-wb55"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-chips/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "ariel-os-chips"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-chips/stm32f4xx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "stm32f4xx"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition.workspace = true

Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-coap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "ariel-os-coap"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-debug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "ariel-os-debug"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-embassy-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "ariel-os-embassy-common"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-esp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "ariel-os-esp"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-identity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "ariel-os-identity"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "ariel-os-macros"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-nrf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "ariel-os-nrf"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-random/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "ariel-os-random"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/ariel-os-rp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "ariel-os-rp"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
Loading

0 comments on commit d270681

Please sign in to comment.