Bump RBPF version to v0.2.3

This commit is contained in:
Alexander Meißner
2021-01-11 18:54:50 +01:00
committed by Michael Vines
parent 5f7d79e4f7
commit 0d26cb6d37
5 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@ num-derive = "0.3"
num-traits = "0.2"
solana-runtime = { path = "../../runtime", version = "1.6.0" }
solana-sdk = { path = "../../sdk", version = "1.6.0" }
solana_rbpf = "=0.2.2"
solana_rbpf = "=0.2.3"
thiserror = "1.0"
[dev-dependencies]