aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2019-11-06 19:05:37 -0500
committerGravatar Jorge Aparicio <jorge@japaric.io> 2019-11-06 19:05:37 -0500
commit31b392fe3a6961596a0bd4e1bb24c0da2a9b7b42 (patch)
treee0e2967f7805c2626e9ed794a898861821524936 /Cargo.toml
parent72e84cb297ef06d9496d18402bc8ea2d88cd1665 (diff)
downloadrtic-31b392fe3a6961596a0bd4e1bb24c0da2a9b7b42.tar.gz
rtic-31b392fe3a6961596a0bd4e1bb24c0da2a9b7b42.tar.zst
rtic-31b392fe3a6961596a0bd4e1bb24c0da2a9b7b42.zip
CI: replace compiletest-rs with trybuild
We use compiletest to run compile-fail tests but compiletest depends on compiler internals so it breaks every now and then and requires nightly. With trybuild we can also run compile-fail tests but it works on stable and it already has reached version 1.0
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 69d17fea..6a2dbd9d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,7 +67,7 @@ features = ["exit"]
version = "0.5.2"
[target.x86_64-unknown-linux-gnu.dev-dependencies]
-compiletest_rs = "0.3.22"
+trybuild = "1"
[features]
heterogeneous = ["cortex-m-rtfm-macros/heterogeneous", "microamp"]