Cleanup bpf test's Cargo.toml files (#13867)

* Cleanup bpf test's Cargo.toml files

* lock file
This commit is contained in:
Jack May
2020-11-30 13:16:37 -08:00
committed by GitHub
parent b47bd0a296
commit 40dd46680e
24 changed files with 2 additions and 27 deletions

View File

@ -16,7 +16,6 @@ default = ["custom-heap"]
custom-heap = []
[lib]
name = "solana_bpf_rust_custom_heap"
crate-type = ["cdylib"]
[package.metadata.docs.rs]