Skip to content

Commit b6563e0

Browse files
committed
Update embassy-executor
1 parent 81857b6 commit b6563e0

File tree

9 files changed

+121
-94
lines changed

9 files changed

+121
-94
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
### Changed
11+
12+
- Updated embassy-executor to 0.8
13+
1014
### Fixed
1115

1216
- Ensure `embedded-test.x` is only augmenting the linker scripts

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ heapless = { version = "0.8.0", default-features = false }
2121
# Optional dependencies
2222
defmt = { version = "1", optional = true }
2323
log = { version = "0.4.20", optional = true }
24-
embassy-executor = { version = "0.7.0", optional = true, default-features = false }
24+
embassy-executor = { version = "0.8", optional = true, default-features = false }
2525

2626

2727
[features]

0 commit comments

Comments
 (0)