aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
authorChuck Davis <[email protected]>2022-10-08 14:38:41 -0500
committerGitHub <[email protected]>2022-10-08 14:38:41 -0500
commit3d0ba58b2d337ca74c5ae7d1d594af21f4b5ff8c (patch)
tree9678b1475cdf69abbf5e795da33184ed25a167de /embassy-executor
parentf554962f54b9f9e8f85a0dd099635619bd1acd1d (diff)
parentf8fd6ab208fd09142ab9789078e9b23ba8c3e6a9 (diff)
Merge branch 'embassy-rs:master' into master
Diffstat (limited to 'embassy-executor')
-rw-r--r--embassy-executor/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index fa3d0b2b6..d0f51646d 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -2,12 +2,13 @@
2name = "embassy-executor" 2name = "embassy-executor"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2021" 4edition = "2021"
5license = "MIT OR Apache-2.0"
5 6
6 7
7[package.metadata.embassy_docs] 8[package.metadata.embassy_docs]
8src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-v$VERSION/embassy-executor/src/" 9src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-v$VERSION/embassy-executor/src/"
9src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-executor/src/" 10src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-executor/src/"
10features = ["nightly", "defmt", "unstable-traits"] 11features = ["nightly", "defmt"]
11flavors = [ 12flavors = [
12 { name = "std", target = "x86_64-unknown-linux-gnu", features = ["std"] }, 13 { name = "std", target = "x86_64-unknown-linux-gnu", features = ["std"] },
13 { name = "wasm", target = "wasm32-unknown-unknown", features = ["wasm"] }, 14 { name = "wasm", target = "wasm32-unknown-unknown", features = ["wasm"] },