Bumps solana_rbpf to version v0.2.22 (#22923) (#22955)

* Bumps solana_rbpf to v0.2.22

* Adjusts vm::Config and feature gates.

(cherry picked from commit 96c88d1a5e)

Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net>
This commit is contained in:
mergify[bot]
2022-02-05 11:16:22 +00:00
committed by GitHub
parent dd6c365bd9
commit ceb253ce90
10 changed files with 28 additions and 59 deletions

View File

@ -17,5 +17,5 @@ solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=1.9.6
solana-logger = { path = "../logger", version = "=1.9.6" }
solana-program-runtime = { path = "../program-runtime", version = "=1.9.6" }
solana-sdk = { path = "../sdk", version = "=1.9.6" }
solana_rbpf = "=0.2.21"
solana_rbpf = "=0.2.22"
time = "0.3.5"