Remove BPF Loader's use of GenericError (#8284)

This commit is contained in:
Jack May
2020-02-14 13:59:03 -08:00
committed by GitHub
parent 940519ea5a
commit 4593d333c7
3 changed files with 25 additions and 2 deletions

View File

@@ -13,9 +13,12 @@ bincode = "1.2.1"
byteorder = "1.3.2"
libc = "0.2.66"
log = "0.4.8"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
solana-logger = { path = "../../logger", version = "0.24.0" }
solana-sdk = { path = "../../sdk", version = "0.24.0" }
solana_rbpf = "=0.1.21"
thiserror = "1.0"
[lib]
crate-type = ["lib", "cdylib"]