From 390112a3f6d25e17662e83bf73d73f3d483b556e Mon Sep 17 00:00:00 2001 From: Dmitri Makarov Date: Fri, 31 Mar 2023 13:40:33 -0400 Subject: [PATCH] Release platform-tools version 1.37 --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 200f227..92d862b 100755 --- a/build.sh +++ b/build.sh @@ -34,10 +34,10 @@ rm -rf "${OUT_DIR}" mkdir -p "${OUT_DIR}" pushd "${OUT_DIR}" -git clone --single-branch --branch solana-tools-v1.36 https://github.com/solana-labs/rust.git +git clone --single-branch --branch solana-tools-v1.37 https://github.com/solana-labs/rust.git echo "$( cd rust && git rev-parse HEAD ) https://github.com/solana-labs/rust.git" >> version.md -git clone --single-branch --branch solana-tools-v1.36 https://github.com/solana-labs/cargo.git +git clone --single-branch --branch solana-tools-v1.37 https://github.com/solana-labs/cargo.git echo "$( cd cargo && git rev-parse HEAD ) https://github.com/solana-labs/cargo.git" >> version.md pushd rust @@ -57,7 +57,7 @@ fi popd if [[ "${HOST_TRIPLE}" != "x86_64-pc-windows-msvc" ]] ; then - git clone --single-branch --branch solana-tools-v1.36 https://github.com/solana-labs/newlib.git + git clone --single-branch --branch solana-tools-v1.37 https://github.com/solana-labs/newlib.git echo "$( cd newlib && git rev-parse HEAD ) https://github.com/solana-labs/newlib.git" >> version.md mkdir -p newlib_build mkdir -p newlib_install