File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
governance/remote_executor Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.82.0 "
2+ channel = " 1.66.1 "
You can’t perform that action at this time.
0 commit comments