Skip to content

Commit fcb80e1

Browse files
committed
Clean up example Cargo.toml files.
Sort the entries, and set them as version 0.0.0.
1 parent 6927314 commit fcb80e1

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

examples/mps3-an536/Cargo.toml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
[package]
2-
authors = ["Jonathan Pallant <[email protected]>", "The Embedded Devices Working Group Arm Team <[email protected]>"]
2+
authors = [
3+
"Jonathan Pallant <[email protected]>",
4+
"The Embedded Devices Working Group Arm Team <[email protected]>"
5+
]
36
default-run = "hello"
4-
edition = "2021"
5-
name = "mps3-an536"
67
description = "Examples for MPS3-AN536 device (Arm Cortex-R)"
8+
edition = "2021"
9+
homepage = "https://github.com/rust-embedded/cortex-ar.git"
710
license = "MIT OR Apache-2.0"
11+
name = "mps3-an536"
12+
publish = false
813
readme = "README.md"
914
repository = "https://github.com/rust-embedded/cortex-ar.git"
10-
homepage = "https://github.com/rust-embedded/cortex-ar.git"
1115
rust-version = "1.82"
12-
version = "0.1.0"
16+
version = "0.0.0"
1317

1418
[dependencies]
1519
cortex-ar = { path = "../../cortex-ar", features = ["critical-section-multi-core"] }

examples/versatileab/Cargo.toml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
[package]
2-
authors = ["Jonathan Pallant <[email protected]>", "The Embedded Devices Working Group Arm Team <[email protected]>"]
2+
authors = [
3+
"Jonathan Pallant <[email protected]>",
4+
"The Embedded Devices Working Group Arm Team <[email protected]>"
5+
]
36
default-run = "hello"
7+
description = "Examples for the QEMU Versatile Application baseboard device (Arm Cortex-A8 or Arm Cortex-R5)"
48
edition = "2021"
5-
name = "versatileab"
6-
description = "Examples for the QEMU Versatile baseboard device (Arm Cortex-A)"
9+
homepage = "https://github.com/rust-embedded/cortex-ar.git"
710
license = "MIT OR Apache-2.0"
11+
name = "versatileab"
12+
publish = false
813
readme = "README.md"
914
repository = "https://github.com/rust-embedded/cortex-ar.git"
10-
homepage = "https://github.com/rust-embedded/cortex-ar.git"
1115
rust-version = "1.82"
12-
version = "0.1.0"
16+
version = "0.0.0"
1317

1418
[dependencies]
1519
cortex-ar = { path = "../../cortex-ar", features = ["critical-section-single-core"] }

0 commit comments

Comments
 (0)