Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Aug 17, 2024
1 parent 2e9e4c8 commit 74faa77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
# https://releases.rs/
rust-version: [1.75.0, 1.78.0, 1.79.0]
rust-version: [1.74.1]

steps:
- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
# https://releases.rs/
rust-version: [1.75.0, 1.78.0, 1.79.0, 1.80.0]
rust-version: [1.74.1]

steps:
- name: Checkout Code
Expand Down

0 comments on commit 74faa77

Please sign in to comment.