aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3fd0273..588f2c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ device = ["cortex-m-rt/device"]
cfg-if = "1.0"
[target.'cfg(all(target_arch = "arm", target_os = "none"))'.dependencies]
-cortex-m-rt = { version = "=0.7.1" }
+cortex-m-rt = { version = "=0.7.2", features = ["set-vtor", "set-sp"] }
[target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies]
board = { path = "board" }