Bump solana_rbpf to version v0.2.18 (#21774) (#21786)

(cherry picked from commit a5a0dabe7b)

Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net>
This commit is contained in:
mergify[bot]
2021-12-11 02:38:03 +00:00
committed by GitHub
parent e71ea19e60
commit 2c4765e75a
6 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@ libsecp256k1 = "0.6.0"
solana-measure = { path = "../../measure", version = "=1.9.0" }
solana-program-runtime = { path = "../../program-runtime", version = "=1.9.0" }
solana-sdk = { path = "../../sdk", version = "=1.9.0" }
solana_rbpf = "=0.2.16"
solana_rbpf = "=0.2.18"
thiserror = "1.0"
[dev-dependencies]