Updates rbpf to v0.2.2 (#14036)

* Updates rbpf to v0.2.2
This commit is contained in:
Alexander Meißner
2020-12-10 16:32:54 +01:00
committed by GitHub
parent f02d4cdb37
commit 201637b326
6 changed files with 174 additions and 145 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.2.1"
solana_rbpf = "=0.2.2"
thiserror = "1.0"
[dev-dependencies]