aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-06 20:53:19 +0000
committerGitHub <[email protected]>2023-11-06 20:53:19 +0000
commit584fc358fd533c3f3a832643bd6074bc00281e74 (patch)
treeae411f7ce2b90fd56f4038582e375748317e98fb
parent7ca557b917754e941e6dd9338e4606ae2c452c4a (diff)
parentb8f9341edc721d19e999a76ab4b01c1420200b7c (diff)
Merge pull request #2154 from bugadani/executor
Prepare embassy-executor 0.3.2
-rw-r--r--embassy-executor/CHANGELOG.md3
-rw-r--r--embassy-executor/Cargo.toml2
2 files changed, 3 insertions, 2 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index ad3e2e957..e7914cbc0 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -5,9 +5,10 @@ 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## 0.3.2 8## 0.3.2 - 2023-11-06
9 9
10- Use `atomic-polyfill` for `riscv32` 10- Use `atomic-polyfill` for `riscv32`
11- Removed unused dependencies (static_cell, futures-util)
11 12
12## 0.3.1 - 2023-11-01 13## 0.3.1 - 2023-11-01
13 14
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index f59d0f977..a85c5dffe 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.3.1" 3version = "0.3.2"
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"