Skip to content

Commit 56c1b36

Browse files
bugadanit-moe
authored andcommitted
Update embassy-executor
1 parent c5be7f7 commit 56c1b36

File tree

10 files changed

+136
-111
lines changed

10 files changed

+136
-111
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
## [0.7.0-alpha.1]
1115

1216
### Added

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
@@ -22,7 +22,7 @@ linkme = { version = "0.3.31", optional = true }
2222
# Optional dependencies
2323
defmt = { version = "1", optional = true }
2424
log = { version = "0.4.20", optional = true }
25-
embassy-executor = { version = "0.7.0", optional = true, default-features = false }
25+
embassy-executor = { version = "0.8", optional = true, default-features = false }
2626

2727

2828
[features]

0 commit comments

Comments
 (0)