We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2e3ecf + 4733646 commit e53aa0aCopy full SHA for e53aa0a
Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
8
name = "cortex-m"
9
readme = "README.md"
10
repository = "https://github.com/rust-embedded/cortex-m"
11
-version = "0.5.9"
+version = "0.5.10"
12
13
[dependencies]
14
aligned = "0.2.0"
@@ -17,6 +17,6 @@ volatile-register = "0.2.0"
17
cortex_m_0_6 = { package = "cortex-m", version = "0.6.0" }
18
19
[features]
20
-cm7-r0p1 = []
21
-const-fn = ["bare-metal/const-fn"]
22
-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"]
0 commit comments