fix cuda testnet compilation errors (#4649)

This commit is contained in:
Pankaj Garg 2019-06-11 15:30:39 -07:00 committed by GitHub
parent 439e7cc26a
commit ca907f37c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,5 +20,5 @@ solana-sdk = { path = "../sdk", version = "0.16.0" }
assert_cmd = "0.11"
[features]
cuda = ["solana/cuda"]
cuda = []

View File

@ -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 = []