aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorhomunkulus <homunkulus@gmx.com>2017-12-08 12:38:07 +0000
committerhomunkulus <homunkulus@gmx.com>2017-12-08 12:38:07 +0000
commite620b1e57a39f342cf73ad6ac8ab0e179b97bfd5 (patch)
treefd58fd481a0a7010797aadc3da0a36f79bf5cbda /Cargo.toml
parent99df0776c68fdb377ef7daa34f7fd8481fea590f (diff)
parent815c3d960d74c1d7c304b1f8c4040d704c19eb7b (diff)
Auto merge of #54 - japaric:fix-tests, r=japaric
fix cfail tests None
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 3b2aaff..5675d76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ rtfm-core = "0.1.0"
cortex-m-rtfm-macros = "0.2.1"
[target.'cfg(target_arch = "x86_64")'.dev-dependencies]
-compiletest_rs = "0.2.8"
+compiletest_rs = "0.3.3"
[dev-dependencies.cortex-m-rt]
features = ["abort-on-panic"]