Skip to content

Commit

Permalink
chore: remove the package.authors field
Browse files Browse the repository at this point in the history
It has been effectively soft-deprecated
(<rust-lang/rust#83227>).
  • Loading branch information
yvt committed Dec 14, 2021
1 parent f0d98f5 commit 70ab286
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion examples/basic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_example_basic"
version = "0.0.0"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
publish = false

Expand Down
1 change: 0 additions & 1 deletion examples/basic_gr_peach/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "basic_gr_peach"
version = "0.0.0"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
publish = false

Expand Down
1 change: 0 additions & 1 deletion examples/basic_nucleo_f401re/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_example_basic_nucleo_f401re"
version = "0.0.0"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
publish = false

Expand Down
1 change: 0 additions & 1 deletion examples/basic_rp_pico/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_example_basic_rp_pico"
version = "0.0.0"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
publish = false

Expand Down
1 change: 0 additions & 1 deletion examples/basic_wio_terminal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_example_basic_wio_terminal"
version = "0.0.0"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
publish = false

Expand Down
1 change: 0 additions & 1 deletion examples/smp_rp_pico/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_example_smp_rp_pico"
version = "0.0.0"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
publish = false

Expand Down
7 changes: 0 additions & 7 deletions src/arm_semihosting/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
[package]
name = "arm_semihosting"
version = "0.0.0"
authors = [
"yvt <i@yvt.jp>",

# The authors of `cortex-m-semihosting`
"The Cortex-M Team <cortex-m@teams.rust-embedded.org>",
"Jorge Aparicio <japaricious@gmail.com>",
]
edition = "2021"
publish = false

Expand Down
1 change: 0 additions & 1 deletion src/r3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3"
version = "0.1.3"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion src/r3_kernel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_kernel"
version = "0.0.0"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "An RTOS kernel implementing the R3 API"
Expand Down
1 change: 0 additions & 1 deletion src/r3_port_arm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_port_arm"
version = "0.1.2"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Arm-A port for R3"
Expand Down
1 change: 0 additions & 1 deletion src/r3_port_arm_m/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_port_arm_m"
version = "0.2.1"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cortex-M port for R3"
Expand Down
1 change: 0 additions & 1 deletion src/r3_port_arm_m_test_driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_port_arm_m_test_driver"
version = "0.0.0"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
1 change: 0 additions & 1 deletion src/r3_port_arm_test_driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_port_arm_test_driver"
version = "0.0.0"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
1 change: 0 additions & 1 deletion src/r3_port_riscv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_port_riscv"
version = "0.1.3"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "RISC-V port for R3"
Expand Down
1 change: 0 additions & 1 deletion src/r3_port_riscv_test_driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_port_riscv_test_driver"
version = "0.0.0"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
1 change: 0 additions & 1 deletion src/r3_port_std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_port_std"
version = "0.1.3"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Simulation environment for running R3 on a hosted environment"
Expand Down
1 change: 0 additions & 1 deletion src/r3_portkit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_portkit"
version = "0.1.3"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Utilities for writing a port of R3"
Expand Down
1 change: 0 additions & 1 deletion src/r3_support_rp2040/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_support_rp2040"
version = "0.1.1"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Supporting package for running R3 on RP2040"
Expand Down
1 change: 0 additions & 1 deletion src/r3_support_rza1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_support_rza1"
version = "0.1.2"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Supporting package for running R3 on Renesas RZ/A1"
Expand Down
1 change: 0 additions & 1 deletion src/r3_test_runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_test_runner"
version = "0.0.0"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down
1 change: 0 additions & 1 deletion src/r3_test_suite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "r3_test_suite"
version = "0.0.0"
authors = ["yvt <i@yvt.jp>"]
edition = "2021"
license = "MIT OR Apache-2.0"
categories = ["embedded", "no-std", "development-tools::testing"]
Expand Down

0 comments on commit 70ab286

Please sign in to comment.