diff options
author | 2019-12-04 19:44:36 +0000 | |
---|---|---|
committer | 2019-12-04 19:44:36 +0000 | |
commit | 9e8dbd457e0481d6fbfa84d980be3b0ce7a34292 (patch) | |
tree | adf6dc460e95d9c0c70458a9beb16ad584bdf172 /cortex-m-rt | |
parent | b851c3b3d0d20f1371a750ce0a9a39bc468e6ed9 (diff) | |
parent | cb393f185c1cf2470170a22b8721498176ce325b (diff) | |
download | cortex-m-9e8dbd457e0481d6fbfa84d980be3b0ce7a34292.tar.gz cortex-m-9e8dbd457e0481d6fbfa84d980be3b0ce7a34292.tar.zst cortex-m-9e8dbd457e0481d6fbfa84d980be3b0ce7a34292.zip |
Merge #221
221: Version 0.6.11 r=therealprof a=jonas-schievink
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
Diffstat (limited to 'cortex-m-rt')
-rw-r--r-- | cortex-m-rt/Cargo.toml | 2 | ||||
-rw-r--r-- | cortex-m-rt/macros/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml index 3b03993..e4c3b6a 100644 --- a/cortex-m-rt/Cargo.toml +++ b/cortex-m-rt/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rt" readme = "README.md" repository = "https://github.com/rust-embedded/cortex-m-rt" -version = "0.6.10" +version = "0.6.11" autoexamples = true [dependencies] diff --git a/cortex-m-rt/macros/Cargo.toml b/cortex-m-rt/macros/Cargo.toml index 62a3836..9beb8f9 100644 --- a/cortex-m-rt/macros/Cargo.toml +++ b/cortex-m-rt/macros/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "runtime", "startup"] license = "MIT OR Apache-2.0" name = "cortex-m-rt-macros" repository = "https://github.com/japaric/cortex-m-rt" -version = "0.1.6" +version = "0.1.7" edition = "2018" [lib] |