diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-04-08 09:24:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-08 09:24:29 +0000 |
| commit | 5346a16d095bab267fd7ea3dacf3d3ed4df8e415 (patch) | |
| tree | e0d7ea6babe56f32a499b8e2151530b88e8ddf29 /macros/Cargo.toml | |
| parent | 83cdf00eecb0f14857b5e0f28e884b2120eabb18 (diff) | |
| parent | cfd0c6ca2683cabbda8e890c03eb978ab3924f1d (diff) | |
Merge #467
467: 0.6.0-alpha.2 release r=AfoHT a=korken89
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'macros/Cargo.toml')
| -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 203a2bb..fb4dffb 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.6.0-alpha.1" +version = "0.6.0-alpha.2" [lib] proc-macro = true |
