Skip to content

Commit

Permalink
ci: use stable rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbaque committed Aug 13, 2024
1 parent bbb570d commit 027d063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install toolchain if not cross-compiling
uses: actions-rs/toolchain@v1
with:
toolchain: 1.67.0
toolchain: stable
override: true
target: ${{ inputs.target }}
- uses: arduino/setup-protoc@v3
Expand Down

0 comments on commit 027d063

Please sign in to comment.