Bumps solana_rbpf to v0.2.17 (#21672)

(cherry picked from commit 31b8fd3109)

Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net>
This commit is contained in:
Alexander Meißner
2021-12-13 22:10:32 +01:00
committed by Michael Vines
parent 2d93db9dec
commit 63629351f8
5 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ sha3 = "0.9.1"
solana-measure = { path = "../../measure", version = "=1.8.11" }
solana-runtime = { path = "../../runtime", version = "=1.8.11" }
solana-sdk = { path = "../../sdk", version = "=1.8.11" }
solana_rbpf = "=0.2.16"
solana_rbpf = "=0.2.17"
thiserror = "1.0"
[dev-dependencies]