Update LVM and rBPF versions (#8215)

This commit is contained in:
Jack May
2020-02-11 12:52:13 -08:00
committed by GitHub
parent d3712dd26d
commit 2e9ba149f2
7 changed files with 79 additions and 279 deletions

View File

@ -15,7 +15,7 @@ libc = "0.2.66"
log = "0.4.8"
solana-logger = { path = "../../logger", version = "0.24.0" }
solana-sdk = { path = "../../sdk", version = "0.24.0" }
solana_rbpf = "=0.1.20"
solana_rbpf = "=0.1.21"
[lib]
crate-type = ["lib", "cdylib"]