Revert "Bump solana_rbpf to version v0.2.18 (#21778)"

This reverts commit 2b2536ac42.
This commit is contained in:
Trent Nelson
2021-12-13 08:48:37 -07:00
committed by Tao Zhu
parent d3e92f4250
commit 3b5bafe510
5 changed files with 7 additions and 7 deletions

View File

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