no need to enable the cortex-m-rt/linker-script feature

as it's enabled by default
This commit is contained in:
Jorge Aparicio
2017-04-13 11:53:17 -05:00
parent 8a73923645
commit 4dd44a1cb1

View File

@@ -9,8 +9,5 @@ cortex-m-rt = "0.1.0"
cortex-m-srp = { git = "https://github.com/japaric/cortex-m-srp" }
{{name}} = "*"
[features]
default = ["cortex-m-rt/linker-script"]
[profile.release]
lto = true