Skip to content

Commit 486ef0d

Browse files
committed
sss
1 parent 01cdbba commit 486ef0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: "cargo test --verbose --doc"
3838
- run: "cargo doc --verbose"
3939
- run: "cargo build --verbose --release"
40-
- run: "cargo outdated --verbose --aggresssive --root-deps-only --exit-code 1"
40+
- run: "cargo outdated --verbose --root-deps-only --exit-code 1"
4141
- run: "cargo clippy --verbose"
4242
- run: "cargo +nightly build --verbose -Z build-std=core,panic_abort --target ${{ matrix.triple }} --release"
4343
working-directory: ensure_no_std

0 commit comments

Comments
 (0)