Cleanup nits (#5914)
This commit is contained in:
4
programs/bpf/rust/param_passing/.gitignore
vendored
4
programs/bpf/rust/param_passing/.gitignore
vendored
@ -1,4 +0,0 @@
|
||||
/target/
|
||||
|
||||
Cargo.lock
|
||||
/farf/
|
@ -1,5 +1,5 @@
|
||||
|
||||
# Note: This crate must be built using build.sh
|
||||
# Note: This crate must be built using do.sh
|
||||
|
||||
[package]
|
||||
name = "solana-bpf-rust-param-passing"
|
||||
@ -20,5 +20,5 @@ program = ["solana-sdk/program"]
|
||||
default = ["program"]
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
name = "solana_bpf_rust_param_passing"
|
||||
crate-type = ["cdylib"]
|
||||
|
Reference in New Issue
Block a user