Skip to content

Commit 06b4ba1

Browse files
authored
Bump platform tools version to v1.46 (#5751)
Bump platform tools version
1 parent 4dd946f commit 06b4ba1

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

platform-tools-sdk/cargo-build-sbf/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use {
2121
tar::Archive,
2222
};
2323

24-
const DEFAULT_PLATFORM_TOOLS_VERSION: &str = "v1.45";
24+
const DEFAULT_PLATFORM_TOOLS_VERSION: &str = "v1.46";
2525

2626
#[derive(Debug)]
2727
struct Config<'a> {

platform-tools-sdk/cargo-build-sbf/tests/crates/package-metadata/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
publish = false
1111

1212
[package.metadata.solana]
13-
tools-version = "v1.45"
13+
tools-version = "v1.46"
1414
program-id = "MyProgram1111111111111111111111111111111111"
1515

1616
[dependencies]

platform-tools-sdk/cargo-build-sbf/tests/crates/workspace-metadata/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ crate-type = ["cdylib"]
2121
[workspace]
2222

2323
[workspace.metadata.solana]
24-
tools-version = "v1.45"
24+
tools-version = "v1.46"

platform-tools-sdk/sbf/c/sbf.mk

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ SBF_LLD_FLAGS := \
101101
$(LOCAL_PATH)sbf.ld \
102102
--entry entrypoint \
103103
-L $(STD_LIB_DIRS) \
104+
-z max-page-size=4096 \
104105
-lc \
105106

106107
OBJ_DUMP_FLAGS := \

platform-tools-sdk/sbf/scripts/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
109109
fi
110110

111111
# Install platform tools
112-
version=v1.45
112+
version=v1.46
113113
if [[ ! -e platform-tools-$version.md || ! -e platform-tools ]]; then
114114
(
115115
set -e

0 commit comments

Comments
 (0)