Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
fix: force rust 1.66 for api
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Jun 10, 2024
1 parent 3b85fdc commit 0cb4bad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- name: Configure Rust and Cargo
uses: dtolnay/rust-toolchain@stable
with:
toolchain: '1.66.0'

- name: Configure Docker
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 0cb4bad

Please sign in to comment.