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