Skip to content

Commit f39ba59

Browse files
sjoerdsimonseldruin
authored andcommitted
ci: Bump msrv rust version to 1.75
The examples might require newer rust version based on the pac crate used; So for the MRSV test only build the actual library and documentation
1 parent 67d1fd0 commit f39ba59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
- run: cargo test --doc --target x86_64-unknown-linux-gnu
3030

3131
test-msrv:
32-
name: test with MSRV
32+
name: build with MSRV
3333
runs-on: "ubuntu-latest"
3434
steps:
3535
- uses: actions/checkout@v4
3636
- uses: dtolnay/rust-toolchain@master
3737
with:
38-
toolchain: 1.61
39-
- run: cargo test --lib --target x86_64-unknown-linux-gnu
40-
- run: cargo test --doc --target x86_64-unknown-linux-gnu
38+
toolchain: 1.75
39+
- run: cargo build --lib --target x86_64-unknown-linux-gnu
40+
- run: cargo doc --target x86_64-unknown-linux-gnu
4141

4242
build:
4343
strategy:

0 commit comments

Comments
 (0)