Skip to content

Commit f3c5546

Browse files
committed
ci92
1 parent b992d98 commit f3c5546

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020
- uses: actions-rust-lang/setup-rust-toolchain@v1
2121
with:
22-
toolchain: 1.66.1
22+
toolchain: 1.67.1
2323
components: rustfmt, clippy
2424
cache-workspaces: "pythnet/message_buffer -> target"
2525
- name: Install Solana

pythnet/message_buffer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUST_VERSION=1.66.1
1+
ARG RUST_VERSION=1.67.1
22

33
FROM rust:${RUST_VERSION}
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
22
# Recent Cargo.lock format is not compatible with the anchor version in use
3-
channel = "1.66.1"
3+
channel = "1.67.1"

0 commit comments

Comments
 (0)