Use exact solana-rbpf version, not maintaining backward compatibility

This commit is contained in:
Jack May 2018-11-13 17:45:13 -08:00
parent 860dcdb449
commit f99fae3c61
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ elf = "0.0.10"
env_logger = "0.5.12"
libc = "0.2.43"
log = "0.4.2"
solana_rbpf = "0.1.3"
solana_rbpf = "=0.1.3"
serde = "1.0.27"
serde_derive = "1.0.27"
solana-sdk = { path = "../../../sdk", version = "0.11.0" }