Skip to content

Commit 901afec

Browse files
authored
Run Cargo update (#108)
* Run Cargo update * Bump deps
1 parent e687aee commit 901afec

File tree

6 files changed

+254
-105
lines changed

6 files changed

+254
-105
lines changed

.github/workflows/programs-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11-
SOLANA_VERSION: "1.7.15"
11+
SOLANA_VERSION: "1.8.9"
1212
RUST_TOOLCHAIN: nightly-2021-12-09
1313

1414
jobs:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11-
SOLANA_VERSION: "1.7.15"
11+
SOLANA_VERSION: "1.8.9"
1212
RUST_TOOLCHAIN: nightly-2021-12-09
1313
NPM_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
1414

@@ -100,7 +100,7 @@ jobs:
100100
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
101101

102102
- name: Build programs
103-
run: nix shell .#ci --command anchor build -v
103+
run: nix shell .#ci --command anchor build --verifiable --solana-version ${{ env.SOLANA_VERSION }}
104104
- name: Release
105105
uses: softprops/action-gh-release@v1
106106
with:

Anchor.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
anchor_version = "0.18.0"
1+
anchor_version = "0.19.0"
2+
solana_version = "1.8.9"
23

34
[registry]
45
url = "https://anchor.projectserum.com"

0 commit comments

Comments
 (0)