From c89a09e5d03f866582337732a3488167ee87617a Mon Sep 17 00:00:00 2001 From: Sathish <44555499+sambley@users.noreply.github.com> Date: Tue, 20 Nov 2018 07:37:16 -0800 Subject: [PATCH] Fix build issue seen when launching gce instance (#1874) --- drone/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drone/Cargo.toml b/drone/Cargo.toml index c848050579..bc09d5a25e 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -6,6 +6,9 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" +[features] +cuda = [] + [dependencies] bincode = "1.0.0" bytes = "0.4"