Bump solana_rbpf to version v0.2.20 (#22164) (#22207)

(cherry picked from commit 8a43e2d889)

Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net>
This commit is contained in:
mergify[bot]
2021-12-31 21:57:20 +00:00
committed by GitHub
parent ca451ea23e
commit 70d5b6aeaf
6 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ libsecp256k1 = "0.6.0"
solana-measure = { path = "../../measure", version = "=1.9.3" }
solana-program-runtime = { path = "../../program-runtime", version = "=1.9.3" }
solana-sdk = { path = "../../sdk", version = "=1.9.3" }
solana_rbpf = "=0.2.19"
solana_rbpf = "=0.2.20"
thiserror = "1.0"
[dev-dependencies]