From 4dd44a1cb197dbdd090a21e2e086a860da0cc3b2 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 13 Apr 2017 11:53:17 -0500 Subject: [PATCH] no need to enable the cortex-m-rt/linker-script feature as it's enabled by default --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cb358ec..b15526e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 \ No newline at end of file