Skip to content

Commit

Permalink
rust: go back to rust 1.80.0
Browse files Browse the repository at this point in the history
In the name of not bumping the MSRV, massage the lock file to make
1.80.0 continue to work.

Signed-off-by: Tobin Feldman-Fitzthum <[email protected]>
  • Loading branch information
fitzthum authored and Xynnn007 committed Feb 28, 2025
1 parent fb29a23 commit 93496eb
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 139 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/as-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: TEE=${{ matrix.restful_tee_enum }} Generate Evidence Dynamically=${{ matrix.generate_evidence }}
runs-on: ${{ matrix.runner }}
env:
RUSTC_VERSION: 1.83.0
RUSTC_VERSION: 1.80.0
GRPC_TEE_ENUM: ${{ matrix.grpc_tee_enum }}
RESTFUL_TEE_ENUM: ${{ matrix.restful_tee_enum }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/as-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Check
runs-on: ubuntu-24.04
env:
RUSTC_VERSION: 1.83.0
RUSTC_VERSION: 1.80.0
steps:
- name: Code checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kbs-docker-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
e2e-test:
runs-on: ubuntu-24.04
env:
RUSTC_VERSION: 1.83.0
RUSTC_VERSION: 1.80.0
steps:
- name: Checkout KBS
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kbs-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
build-binaries:
runs-on: ubuntu-24.04
env:
RUSTC_VERSION: 1.83.0
RUSTC_VERSION: 1.80.0
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kbs-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
env:
RUSTC_VERSION: 1.83.0
RUSTC_VERSION: 1.80.0
runs-on: ubuntu-24.04

steps:
Expand Down
Loading

0 comments on commit 93496eb

Please sign in to comment.