Skip to content

Commit 8efcd40

Browse files
committed
chore(pythnet/message_buffer): use proper Rust version in CI
1 parent a119f75 commit 8efcd40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-message-buffer-idl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions-rs/toolchain@v1
2222
with:
2323
profile: minimal
24-
toolchain: nightly-2023-03-01
24+
toolchain: 1.66.1
2525
components: rustfmt, clippy
2626
- name: Install Solana
2727
run: |

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ repos:
8282
- id: cargo-clippy-message-buffer
8383
name: Cargo clippy for message buffer contract
8484
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
8686
pass_filenames: false
8787
files: pythnet/message_buffer
8888
# Hooks for pythnet_sdk

0 commit comments

Comments
 (0)