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

@ -30,3 +30,4 @@ solana = { path = "../core", version = "0.13.0" }
[features]
cuda = []
erasure = []