diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-12-23 11:35:56 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-12-23 11:35:56 +0100 |
| commit | a238fd5dc783f57f8fa61795690e6069b1becd32 (patch) | |
| tree | fa6538343f2d524be574285c2bb68057edc11420 /Cargo.toml | |
| parent | 88f505369c50fa2261ccad3a929ee180cd601fad (diff) | |
switch to a compiletest version that works with the latest nightly
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"] |
