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

@@ -3467,9 +3467,9 @@ dependencies = [
[[package]]
name = "solana_rbpf"
version = "0.2.21"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fb565d026461ba89d1d92cc36cf0882fba44076559c3bbed1e8a9888112b3d7"
checksum = "425e41726409233aa2b4e5063a94a8bc5861e6d59cf700cfd9dd142084437c6f"
dependencies = [
"byteorder 1.4.3",
"combine",