Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Update to use 1.0.5 once it's released
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Apr 20, 2022
1 parent 2c176c7 commit c2483f2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions ci/do-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ cargo_audit_ignores=(
# Blocked on multiple crates updating `time` to >= 0.2.23
--ignore RUSTSEC-2020-0071

# generic-array: arr! macro erases lifetimes
#
# Blocked on new spl dependencies on solana-program v1.9
# due to curve25519-dalek dependency
--ignore RUSTSEC-2020-0146

# chrono: Potential segfault in `localtime_r` invocations
#
# Blocked due to no safe upgrade
Expand Down
2 changes: 1 addition & 1 deletion fetch-spl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fetch_program() {
fetch_program token 3.3.0 TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA BPFLoader2111111111111111111111111111111111
fetch_program memo 1.0.0 Memo1UhkJRfHyvLMcVucJwxXeuD728EqVDDwQDxFMNo BPFLoader1111111111111111111111111111111111
fetch_program memo 3.0.0 MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr BPFLoader2111111111111111111111111111111111
fetch_program associated-token-account 1.0.4 ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL BPFLoader2111111111111111111111111111111111
fetch_program associated-token-account 1.0.5 ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL BPFLoader2111111111111111111111111111111111
fetch_program feature-proposal 1.0.0 Feat1YXHhH6t1juaWF74WLcfv4XoNocjXA6sPWHNgAse BPFLoader2111111111111111111111111111111111

echo "${genesis_args[@]}" > spl-genesis-args.sh
Expand Down
2 changes: 1 addition & 1 deletion program-test/src/programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static SPL_PROGRAMS: &[(Pubkey, &[u8])] = &[
),
(
spl_associated_token_account::ID,
include_bytes!("programs/spl_associated-token-account-1.0.4.so"),
include_bytes!("programs/spl_associated_token_account-1.0.5.so"),
),
];

Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit c2483f2

Please sign in to comment.