Skip to content

Commit

Permalink
chore: update bindings to CRoaring 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Emann authored Dec 17, 2024
2 parents 96fa650 + 7c1f4ee commit 51a6289
Show file tree
Hide file tree
Showing 13 changed files with 399 additions and 244 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@ jobs:
cargo +${{ matrix.rust }} minimal-versions check --detach-path-deps --direct --workspace
cargo +${{ matrix.rust }} minimal-versions test --direct --workspace
if: matrix.rust == 'nightly' && matrix.cargo_features == 'default'


# This only must pass when we're ready to release, allow it to fail unless this is a commit to master
# e.g if we're on a PR that's bumping the -sys crate, and requires changes to the main crate, the minimal version
# check _cannot_ succeed, because the new version of the -sys crate won't be published yet
continue-on-error: ${{ github.ref != 'refs/heads/master' }}

- name: Updated versions
run: cargo update && cargo +${{ matrix.rust }} test --no-default-features --features "${{ matrix.cargo_features }}"
if: matrix.rust == 'stable' && matrix.cargo_features == 'default'
Expand Down
Loading

0 comments on commit 51a6289

Please sign in to comment.