We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d90cb0 commit 2e03e3eCopy full SHA for 2e03e3e
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
uses: actions-rs/cargo@v1
87
with:
88
command: check
89
- args: --no-default-features --features alloc --target thumbv7m-none-eabi -v
+ args: --no-default-features --features alloc --target thumbv7m-none-eabi -Z avoid-dev-deps
90
91
check_fmt_and_docs:
92
name: Checking fmt and docs
0 commit comments