diff options
Diffstat (limited to 'cortex-m-rt/Cargo.toml')
-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 1cd9aaa..0dfbaf7 100644 --- a/cortex-m-rt/Cargo.toml +++ b/cortex-m-rt/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["arm", "cortex-m", "runtime", "startup"] license = "MIT OR Apache-2.0" name = "cortex-m-rt" repository = "https://github.com/japaric/cortex-m-rt" -version = "0.5.2" +version = "0.5.3" [dependencies] r0 = "0.2.1" |