Skip to content

Commit

Permalink
use 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Feb 8, 2024
1 parent dd4223d commit 319e59a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ jobs:
uses: baptiste0928/cargo-install@v3
with:
crate: anchor-cli
git: https://github.com/coral-xyz/anchor
commit: e1afcbf71e0f2e10fae14525934a6a68479167b9 # v0.28.0
args: --keep-going
version: "0.29.0"
- name: install solana toolsuite
run: sh -c "$(curl -sSfL https://release.solana.com/v1.16.20/install)"
- name: add to path
Expand Down
2 changes: 1 addition & 1 deletion programs/validator-history/idl/validator_history.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@
"type": "u8"
},
{
"name": "num_addrs",
"name": "numAddrs",
"type": {
"defined": "usize"
}
Expand Down

0 comments on commit 319e59a

Please sign in to comment.