diff --git a/Cargo.toml b/Cargo.toml index 3b03993e..e4c3b6a2 100644 --- a/Cargo.toml +++ b/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/macros/Cargo.toml b/macros/Cargo.toml index 62a38363..9beb8f97 100644 --- a/macros/Cargo.toml +++ b/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]