Skip to content

Commit

Permalink
build: use the inherited edition value (ariel-os#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 authored Nov 28, 2024
2 parents 830ae73 + d6bbce8 commit 65d486c
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "benchmark"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true

publish = false

Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "minimal"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true

publish = false

Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-boards/ai-c3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ai-c3"
version = "0.1.0"
license.workspace = true
edition = "2021"
edition.workspace = true

[dependencies]
ariel-os-rt = { workspace = true, features = ["_esp32c3"] }
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-boards/dwm1001/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "dwm1001"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "espressif-esp32-c6-devkitc-1"
version = "0.1.0"
license.workspace = true
edition = "2021"
edition.workspace = true

[dependencies]
ariel-os-rt = { workspace = true, features = ["_esp32c6"] }
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-boards/espressif-esp32-s3-wroom-1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "espressif-esp32-s3-wroom-1"
version = "0.1.0"
authors = ["Elena Frank <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true

[dependencies]
ariel-os-rt = { workspace = true, features = ["_esp32s3"] }
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-boards/espressif-esp32-wroom-32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "espressif-esp32-wroom-32"
version = "0.1.0"
license.workspace = true
edition = "2021"
edition.workspace = true

[dependencies]
ariel-os-rt = { workspace = true, features = ["_esp32"] }
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-boards/microbit-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "microbit-v2"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true

[dependencies]
cortex-m-rt.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-boards/microbit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "microbit"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true

[dependencies]
cortex-m-rt.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-boards/nrf51/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "nrf51"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[dependencies]
ariel-os-debug = { workspace = true, features = ["rtt-target"] }
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-boards/nrf52840-mdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "nrf52840-mdk"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[dependencies]
ariel-os-debug = { workspace = true, features = ["rtt-target"] }
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-boards/particle-xenon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "particle-xenon"
version = "0.1.0"
authors = ["Christian Amsüss <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true

[dependencies]
cortex-m-rt.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-boards/rpi-pico/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rpi-pico"
version = "0.1.0"
license.workspace = true
edition = "2021"
edition.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-boards/st-nucleo-h755zi-q/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "st-nucleo-h755zi-q"
version = "0.1.0"
license.workspace = true
edition = "2021"
edition.workspace = true

[dependencies]
embassy-stm32 = { workspace = true, features = [
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-boards/st-nucleo-wb55/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "st-nucleo-wb55"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-chips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ariel-os-chips"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lints]
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-chips/rp2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rp2040"
version = "0.1.0"
license.workspace = true
edition = "2021"
edition.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-chips/stm32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stm32"
version = "0.1.0"
license.workspace = true
edition = "2021"
edition.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-chips/stm32f4xx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stm32f4xx"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true

[dependencies]
bare-metal = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-embassy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ariel-os-embassy"
version = "0.1.0"
license.workspace = true
edition = "2021"
edition.workspace = true

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ariel-os-hal"
version = "0.1.0"
license.workspace = true
edition = "2021"
edition.workspace = true

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-rt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ariel-os-rt"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-runqueue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ariel-os-runqueue"
version = "0.1.2"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2018"
edition.workspace = true
description = "Ariel OS runqueue implementation"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ariel-os-storage"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true
description = "Ariel OS storage API"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-threads/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ariel-os-threads"
version = "0.1.0"
edition = "2021"
edition.workspace = true
authors = [
"Kaspar Schleiser <[email protected]>",
"Elena Frank <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/ariel-os-threads/et-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "et-tests"
version = "0.1.0"
edition = "2021"
edition.workspace = true
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/lib/clist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "clist"
version = "0.1.1"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true
homepage = "https://github.com/ariel-os/ariel-os"
description = "A hairy circular linked list for no_std environments."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/lib/rbi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "rbi"
version = "0.1.1"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true

keywords = ["api", "no_std"]
homepage = "https://github.com/ariel-os/ariel-os"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ringbuffer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ringbuffer"
version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]
license.workspace = true
edition = "2021"
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lints]
Expand Down

0 comments on commit 65d486c

Please sign in to comment.