Bump rbpf to v0.2.21 (#22216) (#22217)

(cherry picked from commit 9139be89b7)
This commit is contained in:
Alexander Meißner
2022-01-01 21:42:53 +01:00
committed by GitHub
parent 7c5d3e5874
commit 264bb903a3
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.20"
solana_rbpf = "=0.2.21"
thiserror = "1.0"
[dev-dependencies]