aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-12-09 13:38:41 +0100
committerJorge Aparicio <jorge@japaric.io>2017-12-09 17:15:15 +0100
commit219e17268018f397ff3c8a41519c8345aeab7f2f (patch)
tree5022a7640b4eae2174fe37f8f9943335f2fb7a0a /Cargo.toml
parent0f5784c2401d4b12004f34345e721598fa21219a (diff)
drop the Static wrapper
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 37db856..e1c7549 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,8 @@ version = "0.3.0"
[dependencies]
cortex-m = { git = "https://github.com/japaric/cortex-m" }
untagged-option = "0.1.1"
-rtfm-core = "0.1.0"
+# rtfm-core = "0.1.0"
+rtfm-core = { git = "https://github.com/japaric/rtfm-core", branch = "no-static" }
cortex-m-rtfm-macros = { path = "macros" }
[target.'cfg(target_arch = "x86_64")'.dev-dependencies]