From b5f65ce49c3cc564f6a3b90e0c1c91bb9d2a843b Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 17 Jun 2019 07:28:16 -0700 Subject: [PATCH] Link cuda feature validator/ to core/ --- validator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/Cargo.toml b/validator/Cargo.toml index b5c2798dc2..aa14f6f244 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -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 = [] +cuda = ["solana/cuda"]