Bump solana-rbpf to v0.1.28 (#9976)

This commit is contained in:
Jack May
2020-05-11 13:34:56 -07:00
committed by GitHub
parent bfe179e911
commit 7e364d01c2
4 changed files with 13 additions and 13 deletions

View File

@ -18,7 +18,7 @@ num-traits = { version = "0.2" }
solana-logger = { path = "../../logger", version = "1.2.0" }
solana-runtime = { path = "../../runtime", version = "1.2.0" }
solana-sdk = { path = "../../sdk", version = "1.2.0" }
solana_rbpf = "=0.1.27"
solana_rbpf = "=0.1.28"
thiserror = "1.0"
[dev-dependencies]