Bump RBPF version to v0.2.3

(cherry picked from commit 0d26cb6d37)
This commit is contained in:
Alexander Meißner
2021-01-11 18:54:50 +01:00
committed by Michael Vines
parent 0e3e3a03cc
commit 89241cedba
5 changed files with 7 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ solana-config-program = { path = "../programs/config", version = "1.5.3" }
solana-faucet = { path = "../faucet", version = "1.5.3" }
solana-logger = { path = "../logger", version = "1.5.3" }
solana-net-utils = { path = "../net-utils", version = "1.5.3" }
solana_rbpf = "=0.2.2"
solana_rbpf = "=0.2.3"
solana-remote-wallet = { path = "../remote-wallet", version = "1.5.3" }
solana-sdk = { path = "../sdk", version = "1.5.3" }
solana-stake-program = { path = "../programs/stake", version = "1.5.3" }