diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-04-13 23:03:21 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-04-13 23:40:49 +0200 |
| commit | 577f060d249ba048b260309f5d065dfc84e0be65 (patch) | |
| tree | df3490e27cd3c4c7e53d8414a77c163fe0aa93ba /embassy-sync/Cargo.toml | |
| parent | 5a03b2e9e802626127038cff5634795f576f1c69 (diff) | |
Release embassy-sync v0.2.0
Diffstat (limited to 'embassy-sync/Cargo.toml')
| -rw-r--r-- | embassy-sync/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml index e4871e718..bc06b92cd 100644 --- a/embassy-sync/Cargo.toml +++ b/embassy-sync/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-sync" | 2 | name = "embassy-sync" |
| 3 | version = "0.1.0" | 3 | version = "0.2.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "no-std, no-alloc synchronization primitives with async support" | 5 | description = "no-std, no-alloc synchronization primitives with async support" |
| 6 | repository = "https://github.com/embassy-rs/embassy" | 6 | repository = "https://github.com/embassy-rs/embassy" |
