summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8aec300..88e0415 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "register", "peripheral"]
license = "MIT OR Apache-2.0"
name = "cortex-m"
repository = "https://github.com/japaric/cortex-m"
-version = "0.5.0"
+version = "0.5.1"
[build-dependencies]
cc = "1.0.10"
@@ -19,4 +19,5 @@ volatile-register = "0.2.0"
[features]
cm7-r0p1 = []
-inline-asm = []
+const-fn = ["bare-metal/const-fn"]
+inline-asm = [] \ No newline at end of file