v0.2.0
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -6,12 +6,16 @@ keywords = ["arm", "cortex-m", "template"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
name = "cortex-m-quickstart"
|
||||
repository = "https://github.com/japaric/cortex-m-quickstart"
|
||||
version = "0.1.8"
|
||||
version = "0.2.0"
|
||||
|
||||
[dependencies]
|
||||
cortex-m = "0.2.7"
|
||||
cortex-m-rt = "0.2.3"
|
||||
cortex-m = "0.3.0"
|
||||
cortex-m-semihosting = "0.2.0"
|
||||
|
||||
[dependencies.cortex-m-rt]
|
||||
features = ["abort-on-panic"]
|
||||
version = "0.3.2"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
debug = true
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user