Bump solana_rbpf from 0.1.10 to 0.1.11 (#4304)

Bumps [solana_rbpf](https://github.com/solana-labs/rbpf) from 0.1.10 to 0.1.11.
- [Release notes](https://github.com/solana-labs/rbpf/releases)
- [Commits](https://github.com/solana-labs/rbpf/commits/v0.1.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-05-16 01:07:10 -07:00
committed by Jack May
parent abd7f6b090
commit d40b66ff7b
3 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ bincode = "1.1.4"
byteorder = "1.3.1"
libc = "0.2.54"
log = "0.4.2"
solana_rbpf = "=0.1.10"
solana_rbpf = "=0.1.11"
serde = "1.0.91"
solana-logger = { path = "../../logger", version = "0.15.0" }
solana-sdk = { path = "../../sdk", version = "0.15.0" }