Revert "Bump solana_rbpf to version v0.2.15 (#21289)"

This reverts commit e52b3fd1d8.
This commit is contained in:
Trent Nelson
2021-12-13 08:48:38 -07:00
committed by Tao Zhu
parent c6141925a9
commit 7e2e7dffa6
5 changed files with 11 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ sha3 = "0.9.1"
solana-measure = { path = "../../measure", version = "=1.8.7" }
solana-runtime = { path = "../../runtime", version = "=1.8.7" }
solana-sdk = { path = "../../sdk", version = "=1.8.7" }
solana_rbpf = "=0.2.15"
solana_rbpf = "=0.2.14"
thiserror = "1.0"
[dev-dependencies]