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 01cdbba commit 486ef0dCopy full SHA for 486ef0d
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- run: "cargo test --verbose --doc"
38
- run: "cargo doc --verbose"
39
- run: "cargo build --verbose --release"
40
- - run: "cargo outdated --verbose --aggresssive --root-deps-only --exit-code 1"
+ - run: "cargo outdated --verbose --root-deps-only --exit-code 1"
41
- run: "cargo clippy --verbose"
42
- run: "cargo +nightly build --verbose -Z build-std=core,panic_abort --target ${{ matrix.triple }} --release"
43
working-directory: ensure_no_std
0 commit comments