File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 37
37
profile : minimal
38
38
toolchain : nightly-2024-08-04
39
39
components : rustfmt, clippy
40
+ - uses : actions-rs/toolchain@v1
41
+ with :
42
+ profile : minimal
43
+ toolchain : 1.66.1
44
+ components : rustfmt, clippy
40
45
- uses : actions-rs/toolchain@v1
41
46
with :
42
47
profile : minimal
Original file line number Diff line number Diff line change 30
30
- id : cargo-clippy-remote-executor
31
31
name : Cargo clippy for remote executor
32
32
language : " rust"
33
- entry : cargo +nightly-2023-03-01 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
34
34
pass_filenames : false
35
35
files : governance/remote_executor
36
36
# Hooks for cosmwasm contract
You can’t perform that action at this time.
0 commit comments