Skip to content

Commit

Permalink
chore: lock tofnd version to 1.73 for tests and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Talal Ashraf committed May 30, 2024
1 parent d21c657 commit 802c1b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.73.0
override: true
components: rustfmt, clippy

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.73.0
override: true

- name: Run cargo test
Expand Down

0 comments on commit 802c1b9

Please sign in to comment.