Skip to content

Commit

Permalink
Bump anchor version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbogle committed Jan 24, 2023
1 parent 60a50cc commit 9cabb26
Show file tree
Hide file tree
Showing 6 changed files with 598 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
SOLANA_VERSION: 1.10.30
ANCHOR_GIT: https://github.com/project-serum/anchor
ANCHOR_VERSION: 0.25.0
ANCHOR_VERSION: 0.26.0

jobs:
release-sdk:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-soteria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
RUST_TOOLCHAIN: nightly
SOTERIA_VERSION: 0.0.0
ANCHOR_GIT: https://github.com/project-serum/anchor
ANCHOR_VERSION: 0.25.0
ANCHOR_VERSION: 0.26.0

jobs:
soteria-scan:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
RUST_TOOLCHAIN: nightly
SOTERIA_VERSION: 0.0.0
ANCHOR_GIT: https://github.com/project-serum/anchor
ANCHOR_VERSION: 0.25.0
ANCHOR_VERSION: 0.26.0

jobs:
rust-clippy:
Expand Down
Loading

0 comments on commit 9cabb26

Please sign in to comment.