diff options
-rw-r--r-- | cortex-m-rt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml index 5f80353..7bf2283 100644 --- a/cortex-m-rt/Cargo.toml +++ b/cortex-m-rt/Cargo.toml @@ -30,7 +30,7 @@ features = ["small_rng"] version = "0.7" [target.'cfg(not(target_os = "none"))'.dev-dependencies] -compiletest_rs = "0.3.25" +compiletest_rs = "0.4.0" [[example]] name = "device" |