Bumps solana_rbpf to version v0.2.23 (#22954) (#22961)

(cherry picked from commit e05cf4bf97)

Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net>
This commit is contained in:
mergify[bot]
2022-02-05 13:08:29 +00:00
committed by GitHub
parent ceb253ce90
commit c3890ada8e
6 changed files with 8 additions and 8 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.22"
solana_rbpf = "=0.2.23"
time = "0.3.5"