Skip to content

Commit 20e706c

Browse files
committed
Restrict the msrv build to the actual library.
1 parent f2886b7 commit 20e706c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ jobs:
112112
- uses: dtolnay/rust-toolchain@master
113113
with:
114114
toolchain: ${{ steps.msrv.outputs.version }}
115-
- run: cargo check --workspace --all-targets
115+
- run: cargo check --package etherparse --all-features

0 commit comments

Comments
 (0)