Bump solana_rbpf to version v0.2.18 (#21774)

This commit is contained in:
Alexander Meißner
2021-12-10 21:31:14 +01:00
committed by GitHub
parent 49ba09b333
commit a5a0dabe7b
6 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,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.17"
solana_rbpf = "=0.2.18"
thiserror = "1.0"
[dev-dependencies]