We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b992d98 commit f3c5546Copy full SHA for f3c5546
.github/workflows/ci-message-buffer.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v3
20
- uses: actions-rust-lang/setup-rust-toolchain@v1
21
with:
22
- toolchain: 1.66.1
+ toolchain: 1.67.1
23
components: rustfmt, clippy
24
cache-workspaces: "pythnet/message_buffer -> target"
25
- name: Install Solana
pythnet/message_buffer/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG RUST_VERSION=1.66.1
+ARG RUST_VERSION=1.67.1
2
3
FROM rust:${RUST_VERSION}
4
pythnet/message_buffer/rust-toolchain.toml
@@ -1,3 +1,3 @@
[toolchain]
# Recent Cargo.lock format is not compatible with the anchor version in use
-channel = "1.66.1"
+channel = "1.67.1"
0 commit comments