aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-11-23 14:53:18 +0100
committerDario Nieuwenhuis <[email protected]>2022-11-23 14:53:18 +0100
commit758f5d7ea29f1df14d5ef59c82e4b7f22545d775 (patch)
tree721fb593294b204e67dc52ca3fff044fa70185db
parentf0ba22fc17f7573fa2240bdef2d4cc16c86ad476 (diff)
Release embassy-executor v0.1.1
-rw-r--r--embassy-executor/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index 5acad95e5..c2868eb98 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.1.0" 3version = "0.1.1"
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"