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

@ -15,7 +15,6 @@ solana-program = { path = "../../../../sdk/program", version = "1.5.0" }
thiserror = "1.0"
[lib]
name = "solana_bpf_rust_error_handling"
crate-type = ["cdylib"]
[package.metadata.docs.rs]