Skip to content

Commit 761fe45

Browse files
committed
Update to embassy-executor 0.9
1 parent 8af88a3 commit 761fe45

18 files changed

+121
-92
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## [0.7.0-alpha.3]
11+
12+
### Changed
13+
14+
- Breaking: Updated embassy-executor to 0.9
15+
1016
## [0.7.0-alpha.2]
1117

1218
### Changed
@@ -131,7 +137,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131137

132138
Initial release on crates.io
133139

134-
[unreleased]: https://github.com/probe-rs/embedded-test/compare/v0.7.0-alpha.2...master
140+
[unreleased]: https://github.com/probe-rs/embedded-test/compare/v0.7.0-alpha.3...master
141+
142+
[0.7.0-alpha.3]: https://github.com/probe-rs/embedded-test/compare/v0.7.0-alpha.2...v0.7.0-alpha.3
135143

136144
[0.7.0-alpha.2]: https://github.com/probe-rs/embedded-test/compare/v0.7.0-alpha.1...v0.7.0-alpha.2
137145

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-test"
3-
version = "0.7.0-alpha.2"
3+
version = "0.7.0-alpha.3"
44
edition = "2021"
55
repository = "https://github.com/probe-rs/embedded-test"
66
license = "MIT OR Apache-2.0"
@@ -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.8", optional = true, default-features = false }
25+
embassy-executor = { version = "0.9", optional = true, default-features = false }
2626

2727

2828
[features]

0 commit comments

Comments
 (0)