diff options
| author | Ulf Lilleengen <[email protected]> | 2023-09-14 18:26:00 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2023-09-14 18:26:00 +0200 |
| commit | 1b20ba27b12a93ae94b4eff39160da884c592db4 (patch) | |
| tree | 54eca8ba0290cff510f9106b22437cf1ba45f9e7 /embassy-sync/Cargo.toml | |
| parent | f5e96a9d60be3d5ab975031635a58675c2cef4d0 (diff) | |
feat: bump embassy-sync version to 0.3.0
Update changelog in preparation for release
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 94d6799e5..f7739f305 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.2.0" | 3 | version = "0.3.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" |
