Fix broken build

- build breaks if Cuda feature is used
This commit is contained in:
Pankaj Garg
2019-03-18 22:00:20 +00:00
committed by Grimes
parent f16f88873d
commit da7e49c880
2 changed files with 3 additions and 1 deletions

View File

@@ -29,4 +29,4 @@ solana-budget-program = { path = "../programs/budget", version = "0.13.0" }
solana = { path = "../core", version = "0.13.0" }
[features]
cuda = ["solana/cuda"]
cuda = []