Skip to content

Commit 9c991bd

Browse files
committed
CI: Fix MSRV dependency resolution
1 parent e79f010 commit 9c991bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: Swatinem/rust-cache@v2
3131
# `demo` crate doesn't work with the MSRV.
3232
- name: Exclude `demo` crate from MSRV
33-
run: sed -i -e 's/"demo",//' -e 's/"tools",//' Cargo.toml; cargo update --workspace
33+
run: sed -i -e 's/"demo",//' -e 's/"tools",//' Cargo.toml; cargo update -p libtw2-common
3434
if: ${{ matrix.rust != 'stable' && matrix.rust != 'nightly' }}
3535
- run: cargo build --locked
3636
- run: cargo test --locked

0 commit comments

Comments
 (0)