Fix broken build
- build breaks if Cuda feature is used
This commit is contained in:
@ -23,3 +23,5 @@ solana-client = { path = "../client", version = "0.13.0" }
|
||||
solana-logger = { path = "../logger", version = "0.13.0" }
|
||||
solana-sdk = { path = "../sdk", version = "0.13.0" }
|
||||
|
||||
[features]
|
||||
cuda = []
|
||||
|
@ -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 = []
|
||||
|
Reference in New Issue
Block a user