Skip to content

Commit 98df3b1

Browse files
committed
Update CI versions
1 parent 3a0d437 commit 98df3b1

File tree

4 files changed

+668
-615
lines changed

4 files changed

+668
-615
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build library and test programs
33
on: [pull_request, push]
44

55
env:
6-
SOLANA_ZIG_VERSION: v1.41
6+
SOLANA_ZIG_VERSION: v1.43.0
77
SOLANA_ZIG_DIR: solana-zig
88

99
jobs:
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install Rust
6161
uses: dtolnay/rust-toolchain@master
6262
with:
63-
toolchain: 1.76.0
63+
toolchain: 1.78.0
6464

6565
- name: Install build deps
6666
shell: bash

0 commit comments

Comments
 (0)