Bump sync version (#3562)

* Bump sync version

* Use old embassy-sync in rp bluetooth example

* Downgrade update to minor
This commit is contained in:
Dániel Buga
2024-11-22 21:16:11 +01:00
committed by GitHub
parent fb8e40bdf5
commit c9abff53d7
78 changed files with 78 additions and 78 deletions

View File

@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## 0.6.1 - 2024-11-22
- Add `LazyLock` sync primitive.
- Add `Watch` sync primitive.

View File

@@ -1,6 +1,6 @@
[package]
name = "embassy-sync"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
description = "no-std, no-alloc synchronization primitives with async support"
repository = "https://github.com/embassy-rs/embassy"