Rbpf v0.2.0 (#13365)

* Updates rbpf to v0.2.0,
which unifies the interfaces of the interpreter and the JIT.
However, the JIT is not enabled yet.
This commit is contained in:
Alexander Meißner
2020-11-04 18:46:26 +01:00
committed by GitHub
parent 5db6e4748d
commit 4999fe298b
10 changed files with 636 additions and 466 deletions

View File

@@ -16,7 +16,7 @@ num-derive = "0.3"
num-traits = "0.2"
solana-runtime = { path = "../../runtime", version = "1.5.0" }
solana-sdk = { path = "../../sdk", version = "1.5.0" }
solana_rbpf = "=0.1.32"
solana_rbpf = "=0.2.0"
thiserror = "1.0"
[dev-dependencies]