helloworld no longer supports program feature (#13645)

This commit is contained in:
Jack May 2020-11-17 09:10:10 -08:00 committed by GitHub
parent c5299b60ed
commit df1f53950e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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