Skip to content

Commit

Permalink
Revert bad suggestion from coderabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Sep 26, 2024
1 parent f5ccc4f commit d0b7580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version: 20

- name: Install Rust 1.81.0
uses: actions-rs/toolchain@v2
uses: actions-rs/toolchain@v1
with:
toolchain: 1.81.0
override: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install Rust 1.81.0
uses: actions-rs/toolchain@v2
uses: actions-rs/toolchain@v1
with:
toolchain: 1.81.0
override: true
Expand Down

0 comments on commit d0b7580

Please sign in to comment.