We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548959c commit d57cd82Copy full SHA for d57cd82
.github/workflows/rust_ci.yml
@@ -23,6 +23,10 @@ jobs:
23
action:
24
- command: build
25
args: --release
26
+ - command: build
27
+ args: --features cube2 --release
28
29
+ args: --no-default-features --features box --release
30
- command: fmt
31
args: --all -- --check --color always
32
# - command: clippy
Cargo.toml
@@ -31,11 +31,7 @@ cube2 = ["boards"]
log = "0.4"
anyhow = "1.0"
33
34
-esp-idf-svc = { version = "0.51.0", features = [
35
- "critical-section",
36
- "embassy-time-driver",
37
- "embassy-sync",
38
-] }
+esp-idf-svc = "0.51.0"
39
# wav_io = "0.1.15"
40
41
rand = "0.8.5"
0 commit comments