diff options
| author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-04-16 22:18:27 +0000 |
|---|---|---|
| committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-04-16 22:18:27 +0000 |
| commit | e1e4c98cb900a1425b583edeb12cd3df7ff34ea1 (patch) | |
| tree | dc2cbd5dd0cac7b5687180c97fc2844c08dceea5 /Cargo.toml | |
| parent | 8da925647ea1ce47e876526d0bd3d918e782d578 (diff) | |
| parent | 210921e06ca304be4b929ca0bfbe5e7fe184a254 (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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
