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 dd2a250..8fd075f 100644 --- a/cortex-m-rt/Cargo.toml +++ b/cortex-m-rt/Cargo.toml @@ -16,7 +16,7 @@ version = "0.6.11" autoexamples = true [dependencies] -r0 = "0.2.2" +r0 = "1.0" cortex-m-rt-macros = { path = "macros", version = "=0.6.11" } [dev-dependencies] |