File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
- uses : actions-rs/toolchain@v1
22
22
with :
23
23
profile : minimal
24
- toolchain : nightly-2023-03-01
24
+ toolchain : 1.66.1
25
25
components : rustfmt, clippy
26
26
- name : Install Solana
27
27
run : |
Original file line number Diff line number Diff line change 82
82
- id : cargo-clippy-message-buffer
83
83
name : Cargo clippy for message buffer contract
84
84
language : " rust"
85
- entry : cargo +nightly-2023-03-01 clippy --manifest-path ./pythnet/message_buffer/Cargo.toml --tests --fix --allow-dirty --allow-staged --features test-bpf -- -D warnings
85
+ entry : cargo +1.66.1 clippy --manifest-path ./pythnet/message_buffer/Cargo.toml --tests --fix --allow-dirty --allow-staged --features test-bpf -- -D warnings
86
86
pass_filenames : false
87
87
files : pythnet/message_buffer
88
88
# Hooks for pythnet_sdk
You can’t perform that action at this time.
0 commit comments