diff --git a/examples/benchmark/Cargo.toml b/examples/benchmark/Cargo.toml index c64ad4df0..81b06fdcf 100644 --- a/examples/benchmark/Cargo.toml +++ b/examples/benchmark/Cargo.toml @@ -3,7 +3,7 @@ name = "benchmark" version = "0.1.0" authors = ["Kaspar Schleiser "] license.workspace = true -edition = "2021" +edition.workspace = true publish = false diff --git a/examples/minimal/Cargo.toml b/examples/minimal/Cargo.toml index 1d6df980e..a4f68db49 100644 --- a/examples/minimal/Cargo.toml +++ b/examples/minimal/Cargo.toml @@ -3,7 +3,7 @@ name = "minimal" version = "0.1.0" authors = ["Kaspar Schleiser "] license.workspace = true -edition = "2021" +edition.workspace = true publish = false diff --git a/src/ariel-os-boards/ai-c3/Cargo.toml b/src/ariel-os-boards/ai-c3/Cargo.toml index 35d20863a..2a8798990 100644 --- a/src/ariel-os-boards/ai-c3/Cargo.toml +++ b/src/ariel-os-boards/ai-c3/Cargo.toml @@ -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"] } diff --git a/src/ariel-os-boards/dwm1001/Cargo.toml b/src/ariel-os-boards/dwm1001/Cargo.toml index 93ca9e0bb..c8f89c413 100644 --- a/src/ariel-os-boards/dwm1001/Cargo.toml +++ b/src/ariel-os-boards/dwm1001/Cargo.toml @@ -3,7 +3,7 @@ name = "dwm1001" version = "0.1.0" authors = ["Kaspar Schleiser "] license.workspace = true -edition = "2021" +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/ariel-os-boards/espressif-esp32-c6-devkitc-1/Cargo.toml b/src/ariel-os-boards/espressif-esp32-c6-devkitc-1/Cargo.toml index 6bcacf646..1fc5320af 100644 --- a/src/ariel-os-boards/espressif-esp32-c6-devkitc-1/Cargo.toml +++ b/src/ariel-os-boards/espressif-esp32-c6-devkitc-1/Cargo.toml @@ -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"] } diff --git a/src/ariel-os-boards/espressif-esp32-s3-wroom-1/Cargo.toml b/src/ariel-os-boards/espressif-esp32-s3-wroom-1/Cargo.toml index 07290af1c..4ea41cc0d 100644 --- a/src/ariel-os-boards/espressif-esp32-s3-wroom-1/Cargo.toml +++ b/src/ariel-os-boards/espressif-esp32-s3-wroom-1/Cargo.toml @@ -3,7 +3,7 @@ name = "espressif-esp32-s3-wroom-1" version = "0.1.0" authors = ["Elena Frank "] license.workspace = true -edition = "2021" +edition.workspace = true [dependencies] ariel-os-rt = { workspace = true, features = ["_esp32s3"] } diff --git a/src/ariel-os-boards/espressif-esp32-wroom-32/Cargo.toml b/src/ariel-os-boards/espressif-esp32-wroom-32/Cargo.toml index f0ab3f7a6..41b256987 100644 --- a/src/ariel-os-boards/espressif-esp32-wroom-32/Cargo.toml +++ b/src/ariel-os-boards/espressif-esp32-wroom-32/Cargo.toml @@ -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"] } diff --git a/src/ariel-os-boards/microbit-v2/Cargo.toml b/src/ariel-os-boards/microbit-v2/Cargo.toml index 3ba33092f..bf75fe30a 100644 --- a/src/ariel-os-boards/microbit-v2/Cargo.toml +++ b/src/ariel-os-boards/microbit-v2/Cargo.toml @@ -3,7 +3,7 @@ name = "microbit-v2" version = "0.1.0" authors = ["Kaspar Schleiser "] license.workspace = true -edition = "2021" +edition.workspace = true [dependencies] cortex-m-rt.workspace = true diff --git a/src/ariel-os-boards/microbit/Cargo.toml b/src/ariel-os-boards/microbit/Cargo.toml index b5f52b7d9..23d08a4ae 100644 --- a/src/ariel-os-boards/microbit/Cargo.toml +++ b/src/ariel-os-boards/microbit/Cargo.toml @@ -3,7 +3,7 @@ name = "microbit" version = "0.1.0" authors = ["Kaspar Schleiser "] license.workspace = true -edition = "2021" +edition.workspace = true [dependencies] cortex-m-rt.workspace = true diff --git a/src/ariel-os-boards/nrf51/Cargo.toml b/src/ariel-os-boards/nrf51/Cargo.toml index c620da528..1d7c96f2f 100644 --- a/src/ariel-os-boards/nrf51/Cargo.toml +++ b/src/ariel-os-boards/nrf51/Cargo.toml @@ -3,7 +3,7 @@ name = "nrf51" version = "0.1.0" authors = ["Kaspar Schleiser "] license.workspace = true -edition = "2021" +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/ariel-os-boards/nrf52/Cargo.toml b/src/ariel-os-boards/nrf52/Cargo.toml index c9acd0c73..702eb7785 100644 --- a/src/ariel-os-boards/nrf52/Cargo.toml +++ b/src/ariel-os-boards/nrf52/Cargo.toml @@ -3,7 +3,7 @@ name = "nrf52" version = "0.1.0" authors = ["Kaspar Schleiser "] license.workspace = true -edition = "2021" +edition.workspace = true [dependencies] ariel-os-debug = { workspace = true, features = ["rtt-target"] } diff --git a/src/ariel-os-boards/nrf52840-mdk/Cargo.toml b/src/ariel-os-boards/nrf52840-mdk/Cargo.toml index a50e568ff..f60924179 100644 --- a/src/ariel-os-boards/nrf52840-mdk/Cargo.toml +++ b/src/ariel-os-boards/nrf52840-mdk/Cargo.toml @@ -3,7 +3,7 @@ name = "nrf52840-mdk" version = "0.1.0" authors = ["Kaspar Schleiser "] license.workspace = true -edition = "2021" +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/ariel-os-boards/nrf5340/Cargo.toml b/src/ariel-os-boards/nrf5340/Cargo.toml index dfce912e6..dcfe8d501 100644 --- a/src/ariel-os-boards/nrf5340/Cargo.toml +++ b/src/ariel-os-boards/nrf5340/Cargo.toml @@ -3,7 +3,7 @@ name = "nrf5340" version = "0.1.0" authors = ["Kaspar Schleiser "] license.workspace = true -edition = "2021" +edition.workspace = true [dependencies] ariel-os-debug = { workspace = true, features = ["rtt-target"] } diff --git a/src/ariel-os-boards/particle-xenon/Cargo.toml b/src/ariel-os-boards/particle-xenon/Cargo.toml index eb5c004d5..b42a456db 100644 --- a/src/ariel-os-boards/particle-xenon/Cargo.toml +++ b/src/ariel-os-boards/particle-xenon/Cargo.toml @@ -3,7 +3,7 @@ name = "particle-xenon" version = "0.1.0" authors = ["Christian Amsüss "] license.workspace = true -edition = "2021" +edition.workspace = true [dependencies] cortex-m-rt.workspace = true diff --git a/src/ariel-os-boards/rpi-pico/Cargo.toml b/src/ariel-os-boards/rpi-pico/Cargo.toml index 37e0d2bab..e9ae63225 100644 --- a/src/ariel-os-boards/rpi-pico/Cargo.toml +++ b/src/ariel-os-boards/rpi-pico/Cargo.toml @@ -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 diff --git a/src/ariel-os-boards/st-nucleo-f401re/Cargo.toml b/src/ariel-os-boards/st-nucleo-f401re/Cargo.toml index 3b698ea96..573daaf52 100644 --- a/src/ariel-os-boards/st-nucleo-f401re/Cargo.toml +++ b/src/ariel-os-boards/st-nucleo-f401re/Cargo.toml @@ -3,7 +3,7 @@ name = "st-nucleo-f401re" version = "0.1.0" authors = ["Kaspar Schleiser "] 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] diff --git a/src/ariel-os-boards/st-nucleo-h755zi-q/Cargo.toml b/src/ariel-os-boards/st-nucleo-h755zi-q/Cargo.toml index 5ce04b011..6a92b696c 100644 --- a/src/ariel-os-boards/st-nucleo-h755zi-q/Cargo.toml +++ b/src/ariel-os-boards/st-nucleo-h755zi-q/Cargo.toml @@ -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 = [ diff --git a/src/ariel-os-boards/st-nucleo-wb55/Cargo.toml b/src/ariel-os-boards/st-nucleo-wb55/Cargo.toml index 5702cbc00..395ec5b56 100644 --- a/src/ariel-os-boards/st-nucleo-wb55/Cargo.toml +++ b/src/ariel-os-boards/st-nucleo-wb55/Cargo.toml @@ -3,7 +3,7 @@ name = "st-nucleo-wb55" version = "0.1.0" authors = ["Kaspar Schleiser "] 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] diff --git a/src/ariel-os-chips/Cargo.toml b/src/ariel-os-chips/Cargo.toml index 16b0f9ed2..4ac0d0a1b 100644 --- a/src/ariel-os-chips/Cargo.toml +++ b/src/ariel-os-chips/Cargo.toml @@ -3,7 +3,7 @@ name = "ariel-os-chips" version = "0.1.0" authors = ["Kaspar Schleiser "] 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] diff --git a/src/ariel-os-chips/rp2040/Cargo.toml b/src/ariel-os-chips/rp2040/Cargo.toml index 3d8e615f2..95d684d54 100644 --- a/src/ariel-os-chips/rp2040/Cargo.toml +++ b/src/ariel-os-chips/rp2040/Cargo.toml @@ -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 diff --git a/src/ariel-os-chips/stm32/Cargo.toml b/src/ariel-os-chips/stm32/Cargo.toml index 1c19b6447..0458e5ca9 100644 --- a/src/ariel-os-chips/stm32/Cargo.toml +++ b/src/ariel-os-chips/stm32/Cargo.toml @@ -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 diff --git a/src/ariel-os-chips/stm32f4xx/Cargo.toml b/src/ariel-os-chips/stm32f4xx/Cargo.toml index cadc72175..0541f281b 100644 --- a/src/ariel-os-chips/stm32f4xx/Cargo.toml +++ b/src/ariel-os-chips/stm32f4xx/Cargo.toml @@ -3,7 +3,7 @@ name = "stm32f4xx" version = "0.1.0" authors = ["Kaspar Schleiser "] license.workspace = true -edition = "2021" +edition.workspace = true [dependencies] bare-metal = "1.0.0" diff --git a/src/ariel-os-embassy/Cargo.toml b/src/ariel-os-embassy/Cargo.toml index 3731fe046..b199dc5a6 100644 --- a/src/ariel-os-embassy/Cargo.toml +++ b/src/ariel-os-embassy/Cargo.toml @@ -2,7 +2,7 @@ name = "ariel-os-embassy" version = "0.1.0" license.workspace = true -edition = "2021" +edition.workspace = true [lints] workspace = true diff --git a/src/ariel-os-hal/Cargo.toml b/src/ariel-os-hal/Cargo.toml index 4397072de..ce90a1c91 100644 --- a/src/ariel-os-hal/Cargo.toml +++ b/src/ariel-os-hal/Cargo.toml @@ -2,7 +2,7 @@ name = "ariel-os-hal" version = "0.1.0" license.workspace = true -edition = "2021" +edition.workspace = true [lints] workspace = true diff --git a/src/ariel-os-rt/Cargo.toml b/src/ariel-os-rt/Cargo.toml index 64aa2e5a6..042054804 100644 --- a/src/ariel-os-rt/Cargo.toml +++ b/src/ariel-os-rt/Cargo.toml @@ -3,7 +3,7 @@ name = "ariel-os-rt" version = "0.1.0" authors = ["Kaspar Schleiser "] license.workspace = true -edition = "2021" +edition.workspace = true [lints] workspace = true diff --git a/src/ariel-os-runqueue/Cargo.toml b/src/ariel-os-runqueue/Cargo.toml index 8d761ebc2..0d3aadc6e 100644 --- a/src/ariel-os-runqueue/Cargo.toml +++ b/src/ariel-os-runqueue/Cargo.toml @@ -3,7 +3,7 @@ name = "ariel-os-runqueue" version = "0.1.2" authors = ["Kaspar Schleiser "] license.workspace = true -edition = "2018" +edition.workspace = true description = "Ariel OS runqueue implementation" [lints] diff --git a/src/ariel-os-storage/Cargo.toml b/src/ariel-os-storage/Cargo.toml index 7f29d9397..31950e85a 100644 --- a/src/ariel-os-storage/Cargo.toml +++ b/src/ariel-os-storage/Cargo.toml @@ -3,7 +3,7 @@ name = "ariel-os-storage" version = "0.1.0" authors = ["Kaspar Schleiser "] license.workspace = true -edition = "2021" +edition.workspace = true description = "Ariel OS storage API" [lints] diff --git a/src/ariel-os-threads/Cargo.toml b/src/ariel-os-threads/Cargo.toml index 50443af01..a97453359 100644 --- a/src/ariel-os-threads/Cargo.toml +++ b/src/ariel-os-threads/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ariel-os-threads" version = "0.1.0" -edition = "2021" +edition.workspace = true authors = [ "Kaspar Schleiser ", "Elena Frank ", diff --git a/src/ariel-os-threads/et-tests/Cargo.toml b/src/ariel-os-threads/et-tests/Cargo.toml index aa93ff02d..fd67ef497 100644 --- a/src/ariel-os-threads/et-tests/Cargo.toml +++ b/src/ariel-os-threads/et-tests/Cargo.toml @@ -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 diff --git a/src/lib/clist/Cargo.toml b/src/lib/clist/Cargo.toml index 1ad9ae17e..f7684ea8c 100644 --- a/src/lib/clist/Cargo.toml +++ b/src/lib/clist/Cargo.toml @@ -3,7 +3,7 @@ name = "clist" version = "0.1.1" authors = ["Kaspar Schleiser "] 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 diff --git a/src/lib/rbi/Cargo.toml b/src/lib/rbi/Cargo.toml index 4657ae9af..e28a8dfbb 100644 --- a/src/lib/rbi/Cargo.toml +++ b/src/lib/rbi/Cargo.toml @@ -3,7 +3,7 @@ name = "rbi" version = "0.1.1" authors = ["Kaspar Schleiser "] license.workspace = true -edition = "2021" +edition.workspace = true keywords = ["api", "no_std"] homepage = "https://github.com/ariel-os/ariel-os" diff --git a/src/lib/ringbuffer/Cargo.toml b/src/lib/ringbuffer/Cargo.toml index 3dc33a8e9..38e928b62 100644 --- a/src/lib/ringbuffer/Cargo.toml +++ b/src/lib/ringbuffer/Cargo.toml @@ -3,7 +3,7 @@ name = "ringbuffer" version = "0.1.0" authors = ["Kaspar Schleiser "] 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]