Skip to content

Commit

Permalink
Merge branch 'main' into andy/time-out
Browse files Browse the repository at this point in the history
  • Loading branch information
andysim3d authored Dec 19, 2024
2 parents 82f7676 + 4803826 commit 0194e2a
Show file tree
Hide file tree
Showing 62 changed files with 2,193 additions and 1,268 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
toolchain: 1.82.0
toolchain: 1.83.0
- name: Install toolchain (nightly)
run: rustup toolchain add nightly --component rustfmt --profile minimal
- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
with:
command: check bans licenses sources
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
toolchain: 1.82.0
toolchain: 1.83.0

- name: Install toolchain (nightly)
run: rustup toolchain add nightly --component rustfmt --profile minimal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: recursive

- name: Install toolchain
uses: dtolnay/rust-toolchain@1.82.0
uses: dtolnay/rust-toolchain@1.83.0
with:
components: llvm-tools-preview

Expand Down
Loading

0 comments on commit 0194e2a

Please sign in to comment.