Cleanup nits (#5914)
This commit is contained in:
4
programs/bpf/rust/external_spend/.gitignore
vendored
4
programs/bpf/rust/external_spend/.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-external-spend"
|
||||
version = "0.19.0-pre0"
|
||||
description = "Solana BPF external spend 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"
|
||||
@ -19,5 +19,5 @@ program = ["solana-sdk/program"]
|
||||
default = ["program"]
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
name = "solana_bpf_rust_external_spend"
|
||||
crate-type = ["cdylib"]
|
||||
|
Reference in New Issue
Block a user