Skip to content

Commit 822f660

Browse files
authored
Merge pull request #143 from rust-embedded/0.5.10
Prepare for 0.5.10 which exports features to 0.6.0
2 parents e2e3ecf + 4733646 commit 822f660

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "cortex-m"
99
readme = "README.md"
1010
repository = "https://github.com/rust-embedded/cortex-m"
11-
version = "0.5.9"
11+
version = "0.5.10"
1212

1313
[dependencies]
1414
aligned = "0.2.0"
@@ -17,6 +17,6 @@ volatile-register = "0.2.0"
1717
cortex_m_0_6 = { package = "cortex-m", version = "0.6.0" }
1818

1919
[features]
20-
cm7-r0p1 = []
21-
const-fn = ["bare-metal/const-fn"]
22-
inline-asm = []
20+
cm7-r0p1 = ["cortex_m_0_6/cm7-r0p1"]
21+
const-fn = ["bare-metal/const-fn", "cortex_m_0_6/const-fn"]
22+
inline-asm = ["cortex_m_0_6/inline-asm"]

0 commit comments

Comments
 (0)