aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 946c72b..01dc4fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m"
readme = "README.md"
repository = "https://github.com/rust-embedded/cortex-m"
-version = "0.5.9"
+version = "0.5.10"
[dependencies]
aligned = "0.2.0"
@@ -17,6 +17,6 @@ volatile-register = "0.2.0"
cortex_m_0_6 = { package = "cortex-m", version = "0.6.0" }
[features]
-cm7-r0p1 = []
-const-fn = ["bare-metal/const-fn"]
-inline-asm = []
+cm7-r0p1 = ["cortex_m_0_6/cm7-r0p1"]
+const-fn = ["bare-metal/const-fn", "cortex_m_0_6/const-fn"]
+inline-asm = ["cortex_m_0_6/inline-asm"]