diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-04-13 06:44:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-13 06:44:43 +0000 |
| commit | 09931ef94efbdb640bf53e11f63c10d7b18175ef (patch) | |
| tree | b23cec034f65a7bd684cb89e27842c75eec47eb2 /Cargo.toml | |
| parent | c6231d81d843815169492daaa947066234d4a9bf (diff) | |
| parent | 4f99399e29cd103f96671f3b2455dbaae5b7b7d0 (diff) | |
Merge #630
630: Release RTIC v1.1 r=korken89 a=AfoHT
Bump versions, including using using latest rtic-syntax
Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ name = "cortex-m-rtic" readme = "README.md" repository = "https://github.com/rtic-rs/cortex-m-rtic" -version = "1.0.0" +version = "1.1.0" [lib] name = "rtic" |
