[sq?] cargo add reordered some sections
This commit is contained in:
parent
befa1c5db8
commit
ace49ed1ca
12
Cargo.toml
12
Cargo.toml
|
@ -11,6 +11,12 @@ license = "BSL-1.0"
|
||||||
categories = ["no-std", "embedded", "os"]
|
categories = ["no-std", "embedded", "os"]
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
[package.metadata.cargo-xbuild]
|
||||||
|
memcpy = true
|
||||||
|
|
||||||
|
[package.metadata.bootimage]
|
||||||
|
default-target = "targets/aarch64-vesper-metta.json"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
unstable = []
|
unstable = []
|
||||||
realtime = []
|
realtime = []
|
||||||
|
@ -37,9 +43,3 @@ panic = "abort"
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
debug = true
|
debug = true
|
||||||
lto = true
|
lto = true
|
||||||
|
|
||||||
[package.metadata.cargo-xbuild]
|
|
||||||
memcpy = true
|
|
||||||
|
|
||||||
[package.metadata.bootimage]
|
|
||||||
default-target = "targets/aarch64-vesper-metta.json"
|
|
||||||
|
|
Loading…
Reference in New Issue