Added missing feature flag for erasure (#3741)

This commit is contained in:
Pankaj Garg
2019-04-11 15:25:32 -07:00
committed by GitHub
parent ca6290b117
commit b001685e7b
8 changed files with 8 additions and 0 deletions

View File

@ -26,3 +26,4 @@ solana-vote-api = { path = "../programs/vote_api", version = "0.13.0" }
[features]
cuda = ["solana/cuda"]
erasure = []