Skip to content

Commit

Permalink
Merge branch 'main' into remove-unwraps
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Dec 18, 2024
2 parents 50153b9 + 955512a commit 9e32175
Show file tree
Hide file tree
Showing 5 changed files with 435 additions and 245 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
CAIRO_NATIVE_RUNTIME_LIBRARY: libcairo_native_runtime.a
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.82.0
- uses: dtolnay/rust-toolchain@1.83.0
with:
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.82.0
- uses: dtolnay/rust-toolchain@1.83.0
with:
components: rustfmt
- run: cargo fmt --all -- --check
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
sudo rm -rf /usr/local/lib/android
df -h
- name: Setup rust env
uses: dtolnay/rust-toolchain@1.82.0
uses: dtolnay/rust-toolchain@1.83.0
- name: Retreive cached dependecies
uses: Swatinem/rust-cache@v2
- name: Add LLVM Debian repository
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup rust env
uses: dtolnay/rust-toolchain@1.82.0
uses: dtolnay/rust-toolchain@1.83.0
- name: Rust `$PATH` workaround.
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- uses: Homebrew/actions/setup-homebrew@master
Expand Down
Loading

0 comments on commit 9e32175

Please sign in to comment.