From def4fc8079dcb646ef3cab446a4b160e09e169bf Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 15 Jan 2018 23:26:07 +0100 Subject: v0.3.0 --- Cargo.toml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bf123dd..129fd20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,23 +13,21 @@ repository = "https://github.com/japaric/cortex-m-rtfm" version = "0.3.0" [dependencies] -cortex-m = { git = "https://github.com/japaric/cortex-m" } +cortex-m = "0.4.0" +cortex-m-rtfm-macros = "0.3.0" +rtfm-core = "0.2.0" untagged-option = "0.1.1" -# rtfm-core = "0.2.0" -rtfm-core = { git = "https://github.com/japaric/rtfm-core" } -cortex-m-rtfm-macros = { path = "macros" } [target.'cfg(target_arch = "x86_64")'.dev-dependencies] compiletest_rs = "0.3.5" [dev-dependencies.cortex-m-rt] features = ["abort-on-panic"] -version = "0.3.3" +version = "0.3.9" [dev-dependencies.stm32f103xx] features = ["rt"] -git = "https://github.com/japaric/stm32f103xx" -# version = "0.8.0" +version = "0.8.0" [features] cm7-r0p1 = ["cortex-m/cm7-r0p1"] -- cgit v1.2.3