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

Commit c2483f2

Browse files
committed
Update to use 1.0.5 once it's released
1 parent 2c176c7 commit c2483f2

5 files changed

+2
-8
lines changed

ci/do-audit.sh

-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ cargo_audit_ignores=(
2323
# Blocked on multiple crates updating `time` to >= 0.2.23
2424
--ignore RUSTSEC-2020-0071
2525

26-
# generic-array: arr! macro erases lifetimes
27-
#
28-
# Blocked on new spl dependencies on solana-program v1.9
29-
# due to curve25519-dalek dependency
30-
--ignore RUSTSEC-2020-0146
31-
3226
# chrono: Potential segfault in `localtime_r` invocations
3327
#
3428
# Blocked due to no safe upgrade

fetch-spl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fetch_program() {
4141
fetch_program token 3.3.0 TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA BPFLoader2111111111111111111111111111111111
4242
fetch_program memo 1.0.0 Memo1UhkJRfHyvLMcVucJwxXeuD728EqVDDwQDxFMNo BPFLoader1111111111111111111111111111111111
4343
fetch_program memo 3.0.0 MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr BPFLoader2111111111111111111111111111111111
44-
fetch_program associated-token-account 1.0.4 ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL BPFLoader2111111111111111111111111111111111
44+
fetch_program associated-token-account 1.0.5 ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL BPFLoader2111111111111111111111111111111111
4545
fetch_program feature-proposal 1.0.0 Feat1YXHhH6t1juaWF74WLcfv4XoNocjXA6sPWHNgAse BPFLoader2111111111111111111111111111111111
4646

4747
echo "${genesis_args[@]}" > spl-genesis-args.sh

program-test/src/programs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static SPL_PROGRAMS: &[(Pubkey, &[u8])] = &[
2929
),
3030
(
3131
spl_associated_token_account::ID,
32-
include_bytes!("programs/spl_associated-token-account-1.0.4.so"),
32+
include_bytes!("programs/spl_associated_token_account-1.0.5.so"),
3333
),
3434
];
3535

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)