From df1f53950e2510f14d4960191c86bd11c6d8eebb Mon Sep 17 00:00:00 2001 From: Jack May Date: Tue, 17 Nov 2020 09:10:10 -0800 Subject: [PATCH] helloworld no longer supports program feature (#13645) --- scripts/build-downstream-projects.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/build-downstream-projects.sh b/scripts/build-downstream-projects.sh index 845dc8d33..fe480c93e 100755 --- a/scripts/build-downstream-projects.sh +++ b/scripts/build-downstream-projects.sh @@ -49,8 +49,7 @@ example_helloworld() { echo "[workspace]" >> src/program-rust/Cargo.toml $cargo_build_bpf \ - --manifest-path src/program-rust/Cargo.toml \ - --no-default-features --features program + --manifest-path src/program-rust/Cargo.toml # TODO: Build src/program-c/... )