From 55337d7739882dff5a3ae39a4085de34e9695f2b Mon Sep 17 00:00:00 2001 From: Dmitri Makarov Date: Fri, 4 Jun 2021 11:23:56 -0700 Subject: [PATCH] Release bpf-tools v1.10 Use syscalls for memory data transfer operations. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7f1c1ce..a3ca587 100755 --- a/build.sh +++ b/build.sh @@ -15,7 +15,7 @@ rm -rf out mkdir -p out pushd out -git clone --single-branch --branch bpf-tools-v1.9 https://github.com/solana-labs/rust.git +git clone --single-branch --branch bpf-tools-v1.10 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 rust-1.52.0 https://github.com/rust-lang/cargo.git