aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-04-16 22:18:27 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-04-16 22:18:27 +0000
commite1e4c98cb900a1425b583edeb12cd3df7ff34ea1 (patch)
treedc2cbd5dd0cac7b5687180c97fc2844c08dceea5 /Cargo.toml
parent8da925647ea1ce47e876526d0bd3d918e782d578 (diff)
parent210921e06ca304be4b929ca0bfbe5e7fe184a254 (diff)
Merge #171
171: [NFC] fix nightly ci r=japaric a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
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 12b3923..1d70823 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ nightly = ["cortex-m-rtfm-macros/nightly", "heapless/const-fn"]
timer-queue = ["cortex-m-rtfm-macros/timer-queue"]
[target.x86_64-unknown-linux-gnu.dev-dependencies]
-compiletest_rs = "0.3.16"
+compiletest_rs = "0.3.21"
tempdir = "0.3.7"
[package.metadata.docs.rs]