diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-26 07:05:40 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-26 07:05:40 +0000 |
| commit | 551aa5770fccba09ccaaa78745a3e5af2faea964 (patch) | |
| tree | 6ae7de8fec93fbf30d1455727b162ed9097b0c83 /embassy-sync | |
| parent | 73717f9ae8ea1f13f029c4c2722610a7e54436cb (diff) | |
| parent | c40c20563664a62607f754fc734c7473d28ee955 (diff) | |
Merge pull request #4549 from embassy-rs/releaser-update
feat: add semver checks and releasing to releaser
Diffstat (limited to 'embassy-sync')
| -rw-r--r-- | embassy-sync/CHANGELOG.md | 3 | ||||
| -rw-r--r-- | embassy-sync/Cargo.toml | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/embassy-sync/CHANGELOG.md b/embassy-sync/CHANGELOG.md index fa0340c68..7418ead8d 100644 --- a/embassy-sync/CHANGELOG.md +++ b/embassy-sync/CHANGELOG.md | |||
| @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. | |||
| 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | 7 | ||
| 8 | ## Unreleased | 8 | <!-- next-header --> |
| 9 | ## Unreleased - ReleaseDate | ||
| 9 | 10 | ||
| 10 | - Add `get_mut` to `LazyLock` | 11 | - Add `get_mut` to `LazyLock` |
| 11 | - Add more `Debug` impls to `embassy-sync`, particularly on `OnceLock` | 12 | - Add more `Debug` impls to `embassy-sync`, particularly on `OnceLock` |
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml index e60f5e34c..e31c9a674 100644 --- a/embassy-sync/Cargo.toml +++ b/embassy-sync/Cargo.toml | |||
| @@ -14,6 +14,11 @@ categories = [ | |||
| 14 | "asynchronous", | 14 | "asynchronous", |
| 15 | ] | 15 | ] |
| 16 | 16 | ||
| 17 | [package.metadata.embassy] | ||
| 18 | build = [ | ||
| 19 | {target = "thumbv6m-none-eabi", features = ["defmt"]}, | ||
| 20 | ] | ||
| 21 | |||
| 17 | [package.metadata.embassy_docs] | 22 | [package.metadata.embassy_docs] |
| 18 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-sync-v$VERSION/embassy-sync/src/" | 23 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-sync-v$VERSION/embassy-sync/src/" |
| 19 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-sync/src/" | 24 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-sync/src/" |
