Skip to content

Commit

Permalink
ci: update rust suites to v1.83.0
Browse files Browse the repository at this point in the history
The new version of josekit requires rust version to be at least v1.80.0.
This patch updates the rust toolchain to v1.83.0 (the most updated on
Dec, 2024) to fulfill the gap.

Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
  • Loading branch information
Xynnn007 committed Dec 25, 2024
1 parent fd4629a commit e0bc37e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image_rs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
rust:
- 1.76.0
- 1.83.0
- stable
instance:
- ubuntu-24.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ocicrypt_rs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
rust:
- 1.76.0
- 1.83.0
- stable

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
RUST_TOOLCHAIN: 1.76.0
RUST_TOOLCHAIN: 1.83.0

jobs:
publish-aa:
Expand Down

0 comments on commit e0bc37e

Please sign in to comment.