Avoid updating deps on older versions

This commit is contained in:
2025-04-10 20:35:00 +02:00
parent 8ec32bdf16
commit c29ccc4f4d

View File

@@ -30,6 +30,8 @@ jobs:
# Make sure we test with recent deps
- run: cargo update
# Note: some crates broke BC with 1.74 so we use the locked deps
if: "${{ matrix.rust != '1.74' }}"
- run: cargo build --all-features --all-targets
- run: cargo test --all-features
- run: cargo fmt --all -- --check