Bump solana_rbpf to version v0.2.20 (#22164)

This commit is contained in:
Alexander Meißner
2021-12-31 19:50:45 +01:00
committed by GitHub
parent e529d03c11
commit 8a43e2d889
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.10.0" }
solana-program-runtime = { path = "../../program-runtime", version = "=1.10.0" }
solana-sdk = { path = "../../sdk", version = "=1.10.0" }
solana_rbpf = "=0.2.19"
solana_rbpf = "=0.2.20"
thiserror = "1.0"
[dev-dependencies]