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 3a0d437 commit 98df3b1Copy full SHA for 98df3b1
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: Build library and test programs
3
on: [pull_request, push]
4
5
env:
6
- SOLANA_ZIG_VERSION: v1.41
+ SOLANA_ZIG_VERSION: v1.43.0
7
SOLANA_ZIG_DIR: solana-zig
8
9
jobs:
@@ -60,7 +60,7 @@ jobs:
60
- name: Install Rust
61
uses: dtolnay/rust-toolchain@master
62
with:
63
- toolchain: 1.76.0
+ toolchain: 1.78.0
64
65
- name: Install build deps
66
shell: bash
0 commit comments