Skip to content

Commit

Permalink
chore: bump cargo to 1.82 (#3569)
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Zhang <[email protected]>
  • Loading branch information
zwpaper authored Dec 16, 2024
1 parent fb02fec commit 81de67b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
cancel-in-progress: true

env:
RUST_TOOLCHAIN: 1.76.0
RUST_TOOLCHAIN: 1.82.0

jobs:
release-docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
cancel-in-progress: true

env:
RUST_TOOLCHAIN: 1.76.0
RUST_TOOLCHAIN: 1.82.0

jobs:
release-llama-server-binary:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ on:
- '.github/workflows/test-rust.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}

# If this is enabled it will cancel current running and start latest
cancel-in-progress: true

env:
RUST_TOOLCHAIN: 1.76.0
RUST_TOOLCHAIN: 1.82.0

jobs:
tests:
Expand Down

0 comments on commit 81de67b

Please sign in to comment.