Add support for SDK sysvar types (#5876)

This commit is contained in:
Jack May
2019-09-10 18:53:02 -07:00
committed by GitHub
parent 772ee4b29d
commit 1853771930
19 changed files with 124 additions and 75 deletions

View File

@@ -16,7 +16,7 @@ log = "0.4.8"
serde = "1.0.100"
solana-logger = { path = "../../logger", version = "0.19.0-pre0" }
solana-sdk = { path = "../../sdk", version = "0.19.0-pre0" }
solana_rbpf = "=0.1.15"
solana_rbpf = "=0.1.16"
[lib]
crate-type = ["lib"]