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

Commit c6a4ac9

Browse files
committed
Bump solana version to v1.4.9
1 parent 0bafe98 commit c6a4ac9

File tree

22 files changed

+121
-121
lines changed

22 files changed

+121
-121
lines changed

Cargo.lock

Lines changed: 58 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

associated-token-account/program/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ no-entrypoint = []
1212
test-bpf = []
1313

1414
[dependencies]
15-
solana-program = "1.4.8"
15+
solana-program = "1.4.9"
1616
spl-token = { version = "3.0", path = "../../token/program", features = ["no-entrypoint"] }
1717

1818
[dev-dependencies]
19-
solana-program-test = "1.4.8"
20-
solana-sdk = "1.4.8"
19+
solana-program-test = "1.4.9"
20+
solana-sdk = "1.4.9"
2121
tokio = { version = "0.3", features = ["macros"]}
2222

2323
[lib]

ci/solana-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
if [[ -n $SOLANA_VERSION ]]; then
1515
solana_version="$SOLANA_VERSION"
1616
else
17-
solana_version=v1.4.7
17+
solana_version=v1.4.9
1818
fi
1919

2020
export solana_version="$solana_version"

examples/rust/cross-program-invocation/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ no-entrypoint = []
1313
test-bpf = []
1414

1515
[dependencies]
16-
solana-program = "1.4.8"
16+
solana-program = "1.4.9"
1717

1818
[dev-dependencies]
19-
solana-program-test = "1.4.8"
20-
solana-sdk = "1.4.8"
19+
solana-program-test = "1.4.9"
20+
solana-sdk = "1.4.9"
2121
tokio = { version = "0.3", features = ["macros"]}
2222

2323
[lib]

0 commit comments

Comments
 (0)