Skip to content

Commit 94ef868

Browse files
v0.5.0 (#44)
2 parents 1ca9d8e + 83039ec commit 94ef868

File tree

52 files changed

+4108
-1056
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+4108
-1056
lines changed

.github/actions/setup/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
shell: bash
88
- run: echo "ANCHOR_VERSION=0.32.1" >> $GITHUB_ENV
99
shell: bash
10-
- run: echo "DEFAULT_ARCIUM_PROGRAMS_VERSION=0.4.0" >> $GITHUB_ENV
10+
- run: echo "DEFAULT_ARCIUM_PROGRAMS_VERSION=0.5.1" >> $GITHUB_ENV
1111
shell: bash
1212
- run: echo "SOLANA_CLI_VERSION=2.3.0" >> $GITHUB_ENV
1313
shell: bash
@@ -17,7 +17,7 @@ runs:
1717
shell: bash
1818
- run: echo "CARGO_NET_GIT_FETCH_WITH_CLI=true" >> $GITHUB_ENV
1919
shell: bash
20-
- run: echo "ARCUP_VERSION=0.4.0" >> $GITHUB_ENV
20+
- run: echo "ARCUP_VERSION=0.5.1" >> $GITHUB_ENV
2121
shell: bash
2222

2323
# Setup Rust with specific version

blackjack/Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolution = true
66
skip-lint = false
77

88
[programs.localnet]
9-
blackjack = "DQxanaqqWcTYvVhrKbeoY6q52NrGksWBL6vSbuVipnS7"
9+
blackjack = "7fJeDSDS5dnCYQWAA4K6FjVyew3c2fH5Ba2cQ9KGcjoo"
1010

1111
[registry]
1212
url = "https://api.apr.dev"

0 commit comments

Comments
 (0)