Bump solana_rbpf to version 0.2.11 (#17404)

This commit is contained in:
Dmitri Makarov
2021-05-25 10:05:35 +02:00
committed by GitHub
parent 1108cb32b5
commit 85b647d80f
7 changed files with 33 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ sha3 = "0.9.1"
solana-measure = { path = "../../measure", version = "=1.7.0" }
solana-runtime = { path = "../../runtime", version = "=1.7.0" }
solana-sdk = { path = "../../sdk", version = "=1.7.0" }
solana_rbpf = "=0.2.9"
solana_rbpf = "=0.2.11"
thiserror = "1.0"
[dev-dependencies]