Bump rbpf to v0.2.24 (#23263)

This commit is contained in:
Alexander Meißner
2022-02-21 23:38:12 +01:00
committed by GitHub
parent 7e08ae1d0c
commit d0d256ee9a
6 changed files with 8 additions and 8 deletions

View File

@ -19,7 +19,7 @@ solana-metrics = { path = "../../metrics", version = "=1.10.0" }
solana-program-runtime = { path = "../../program-runtime", version = "=1.10.0" }
solana-sdk = { path = "../../sdk", version = "=1.10.0" }
solana-zk-token-sdk = { path = "../../zk-token-sdk", version = "=1.10.0" }
solana_rbpf = "=0.2.23"
solana_rbpf = "=0.2.24"
thiserror = "1.0"
[dev-dependencies]