Skip to content

Commit 13e6962

Browse files
committed
Do not enable the nightly feature of embassy-executor.
1 parent 439a8a0 commit 13e6962

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ required-features = ["executor", "time", "examples"]
2828
test = true
2929

3030
[dependencies]
31-
embassy-executor = { version = "0.5.0", features = [
32-
"nightly",
33-
], optional = true }
31+
embassy-executor = { version = "0.5.0", optional = true }
3432
embassy-time = { version = "0.3.0", optional = true }
3533
snafu = { version = "0.7.5", default-features = false }
3634

@@ -39,7 +37,6 @@ embassy-executor = { version = "0.5.0", features = [
3937
"arch-std",
4038
"executor-thread",
4139
"integrated-timers",
42-
"nightly",
4340
] }
4441
embassy-futures = "0.1.0"
4542
embassy-time = { version = "0.3.0", features = ["std"] }

0 commit comments

Comments
 (0)