fix cuda testnet compilation errors (#4649)
This commit is contained in:
parent
439e7cc26a
commit
ca907f37c3
|
@ -20,5 +20,5 @@ solana-sdk = { path = "../sdk", version = "0.16.0" }
|
|||
assert_cmd = "0.11"
|
||||
|
||||
[features]
|
||||
cuda = ["solana/cuda"]
|
||||
cuda = []
|
||||
|
||||
|
|
|
@ -23,4 +23,4 @@ solana-vote-api = { path = "../programs/vote_api", version = "0.16.0" }
|
|||
solana-vote-signer = { path = "../vote-signer", version = "0.16.0" }
|
||||
|
||||
[features]
|
||||
cuda = ["solana/cuda"]
|
||||
cuda = []
|
||||
|
|
Loading…
Reference in New Issue