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

@ -36,7 +36,7 @@ solana-config-program = { path = "../programs/config", version = "=1.9.3" }
solana-faucet = { path = "../faucet", version = "=1.9.3" }
solana-logger = { path = "../logger", version = "=1.9.3" }
solana-program-runtime = { path = "../program-runtime", version = "=1.9.3" }
solana_rbpf = "=0.2.20"
solana_rbpf = "=0.2.21"
solana-remote-wallet = { path = "../remote-wallet", version = "=1.9.3" }
solana-sdk = { path = "../sdk", version = "=1.9.3" }
solana-transaction-status = { path = "../transaction-status", version = "=1.9.3" }