ci: use beta, add secondary nightly ci.

This commit is contained in:
Dario Nieuwenhuis
2023-12-21 14:57:49 +01:00
parent 530ead5fde
commit 8b36a32ed5
364 changed files with 148 additions and 508 deletions

View File

@ -9,7 +9,7 @@ crate-type = ["cdylib"]
[dependencies]
embassy-sync = { version = "0.5.0", path = "../../embassy-sync", features = ["log"] }
embassy-executor = { version = "0.4.0", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log", "nightly", "integrated-timers"] }
embassy-executor = { version = "0.4.0", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log", "integrated-timers"] }
embassy-time = { version = "0.2", path = "../../embassy-time", features = ["log", "wasm", ] }
wasm-logger = "0.2.0"

View File

@ -1,5 +1,3 @@
#![feature(type_alias_impl_trait)]
use embassy_executor::Spawner;
use embassy_time::Timer;