Skip to content

Commit f60b7dc

Browse files
committed
Exclude examples from MSRV guarantee
1 parent 7562cf3 commit f60b7dc

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
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions-rs/cargo@v1
6565
with:
6666
command: check
67-
args: --features=stm32f303xc,stm32-usbd,rt,can,ld --lib --examples
67+
args: --features=stm32f303xc,stm32-usbd,rt,can,ld --lib
6868

6969
check-min-deps:
7070
name: Check Minimal Dependency Versions

0 commit comments

Comments
 (0)