From 219e17268018f397ff3c8a41519c8345aeab7f2f Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 9 Dec 2017 13:38:41 +0100 Subject: drop the Static wrapper --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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] -- cgit v1.2.3 From 88f505369c50fa2261ccad3a929ee180cd601fad Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 23 Dec 2017 11:17:03 +0100 Subject: switch to master branches --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e1c7549..74de770 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +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 = { git = "https://github.com/japaric/rtfm-core", branch = "no-static" } +# 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] -- cgit v1.2.3 From a238fd5dc783f57f8fa61795690e6069b1becd32 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 23 Dec 2017 11:35:56 +0100 Subject: switch to a compiletest version that works with the latest nightly --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 74de770..05f90ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,8 @@ 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.3" +# compiletest_rs = "0.3.4" +compiletest_rs = { git = "https://github.com/dwrensha/compiletest-rs", branch = "rustup" } [dev-dependencies.cortex-m-rt] features = ["abort-on-panic"] -- cgit v1.2.3