Skip to content

Commit

Permalink
Merge branch 'main' into rf-implement-custom-page-sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Jan 24, 2025
2 parents 2441d01 + 53b6c4d commit 2a01b9c
Show file tree
Hide file tree
Showing 56 changed files with 1,032 additions and 641 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.80.0
- uses: dtolnay/rust-toolchain@1.81.0
- uses: Swatinem/rust-cache@v2
- run: >-
cargo check
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
version: "0.18.0"
args: --workspace --locked
- name: Upload to codecov.io
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v5.3.0
with:
token: ${{secrets.CODECOV_TOKEN}}
- name: Archive code coverage results
Expand Down
Loading

0 comments on commit 2a01b9c

Please sign in to comment.