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

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