Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[ci] rustc provisionally pinned to 1.80.1 #346

Merged
merged 13 commits into from
Feb 9, 2025
Prev Previous commit
Next Next commit
Update action.yaml
  • Loading branch information
0o-de-lally authored Feb 8, 2025
commit d00d202bb95e68e44b4b9e68d9165c5da9111f65
2 changes: 1 addition & 1 deletion .github/actions/build_env/action.yaml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ runs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.84.0
toolchain: 1.78.0
override: true

- name: install rustfmt clippy
Loading