diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-11-14 13:04:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 13:04:03 +0000 |
| commit | 8111906e1eadb572aed56d5614b5a564b97056e1 (patch) | |
| tree | 3846409d4073a048ae2605da116193008fbf2df8 /macros | |
| parent | d0b46de16da785ed6e3406ae8e7867fcf6812427 (diff) | |
| parent | 1208e590832829c3ad2dd89d59d88732a3180b90 (diff) | |
Merge #413
413: Bump version numbers to v0.6.0-alpha.0 r=korken89 a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to 'macros')
| -rw-r--r-- | macros/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index a9f268f..3af48c7 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rtic-macros" readme = "../README.md" repository = "https://github.com/rtic-rs/cortex-m-rtic" -version = "0.5.2" +version = "0.6.0-alpha.0" [lib] proc-macro = true |
