helloworld no longer supports program feature (#13645) (#13648)

(cherry picked from commit df1f53950e)

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2020-11-17 18:08:48 +00:00
committed by GitHub
parent fb492efda8
commit b24e301201

View File

@ -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/...
)