Update to rbpf v0.1.23 - Use trait objects to convey helper context (#8648)

This commit is contained in:
Jack May
2020-03-05 14:14:21 -08:00
committed by GitHub
parent 7fad53b112
commit 8df4d8b905
5 changed files with 50 additions and 51 deletions

View File

@@ -17,7 +17,8 @@ num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
solana-logger = { path = "../../logger", version = "1.1.0" }
solana-sdk = { path = "../../sdk", version = "1.1.0" }
solana_rbpf = "=0.1.21"
solana_rbpf = "=0.1.23"
thiserror = "1.0"
[lib]