aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-08-23 20:27:23 -0500
committerxoviat <[email protected]>2023-08-23 20:27:23 -0500
commit9c94eac919e06be5286d8ab19779263875d158d2 (patch)
tree444c5d206a59a09b357c3f41ee7981256aaf6d45 /embassy-executor
parent00aadf6085d080546ebbed91e2b1e2d6ecbbedea (diff)
parentbed1f07c15455f7c88364a06b8c94b3c781c2f68 (diff)
Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lp
Diffstat (limited to 'embassy-executor')
-rw-r--r--embassy-executor/CHANGELOG.md2
-rw-r--r--embassy-executor/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index 43d94e540..4853ba29b 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7 7
8## Unreleased 8## 0.3.0 - TBD
9 9
10- Replaced Pender. Implementations now must define an extern function called `__pender`. 10- Replaced Pender. Implementations now must define an extern function called `__pender`.
11- Made `raw::AvailableTask` public 11- Made `raw::AvailableTask` public
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index d190c95a3..2a67f70da 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-executor" 2name = "embassy-executor"
3version = "0.2.1" 3version = "0.3.0"
4edition = "2021" 4edition = "2021"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6description = "async/await executor designed for embedded usage" 6description = "async/await executor designed for embedded usage"