Cleanup nits (#5914)
This commit is contained in:
4
programs/bpf/rust/128bit_dep/.gitignore
vendored
4
programs/bpf/rust/128bit_dep/.gitignore
vendored
@@ -1,4 +0,0 @@
|
||||
/target/
|
||||
|
||||
Cargo.lock
|
||||
/farf/
|
@@ -1,10 +1,10 @@
|
||||
|
||||
# Note: This crate must be built using build.sh
|
||||
# Note: This crate must be built using do.sh
|
||||
|
||||
[package]
|
||||
name = "solana-bpf-rust-128bit-dep"
|
||||
version = "0.19.0-pre0"
|
||||
description = "Solana BPF many-args-dep program written in Rust"
|
||||
description = "Solana BPF test program written in Rust"
|
||||
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
||||
repository = "https://github.com/solana-labs/solana"
|
||||
license = "Apache-2.0"
|
||||
@@ -16,4 +16,4 @@ solana-sdk = { path = "../../../../sdk/", version = "0.19.0-pre0", default-featu
|
||||
|
||||
[features]
|
||||
program = ["solana-sdk/program"]
|
||||
default = ["program"]
|
||||
default = ["program"]
|
||||
|
Reference in New Issue
Block a user