Skip to content

Commit

Permalink
fix toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsource147 committed Dec 2, 2024
1 parent 4885c4f commit f42e5e3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-main-govern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Install rust + toolchain
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.76.0
components: clippy
# Cache rust, cargo
- uses: Swatinem/rust-cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-main-locked-voter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Install rust + toolchain
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.76.0
components: clippy
# Cache rust, cargo
- uses: Swatinem/rust-cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-main-merkle-distributor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Install rust + toolchain
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.76.0
components: clippy
# Cache rust, cargo
- uses: Swatinem/rust-cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-main-met-voter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Install rust + toolchain
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.76.0
components: clippy
# Cache rust, cargo
- uses: Swatinem/rust-cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-main-smart-wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Install rust + toolchain
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.76.0
components: clippy
# Cache rust, cargo
- uses: Swatinem/rust-cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.76.0
components: rustfmt

- name: Run fmt
Expand Down

0 comments on commit f42e5e3

Please sign in to comment.