Skip to content

Commit 3017938

Browse files
committed
fixup remote executor
1 parent 585e084 commit 3017938

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/ci-pre-commit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
profile: minimal
3838
toolchain: nightly-2024-08-04
3939
components: rustfmt, clippy
40+
- uses: actions-rs/toolchain@v1
41+
with:
42+
profile: minimal
43+
toolchain: 1.66.1
44+
components: rustfmt, clippy
4045
- uses: actions-rs/toolchain@v1
4146
with:
4247
profile: minimal

.github/workflows/ci-remote-executor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions-rs/toolchain@v1
1616
with:
1717
profile: minimal
18-
toolchain: 1.82.0
18+
toolchain: 1.66.1
1919
components: rustfmt, clippy
2020
override: true
2121
- name: Install Solana

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- id: cargo-clippy-remote-executor
3131
name: Cargo clippy for remote executor
3232
language: "rust"
33-
entry: cargo +1.82.0 clippy --manifest-path ./governance/remote_executor/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
33+
entry: cargo +1.66.1 clippy --manifest-path ./governance/remote_executor/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
3434
pass_filenames: false
3535
files: governance/remote_executor
3636
# Hooks for cosmwasm contract
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.82.0"
2+
channel = "1.66.1"

0 commit comments

Comments
 (0)