From b001685e7b0dc544dd3d91fd86225944f05eddf6 Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Thu, 11 Apr 2019 15:25:32 -0700 Subject: [PATCH] Added missing feature flag for erasure (#3741) --- bench-streamer/Cargo.toml | 1 + bench-tps/Cargo.toml | 1 + drone/Cargo.toml | 1 + genesis/Cargo.toml | 1 + install/Cargo.toml | 1 + keygen/Cargo.toml | 1 + ledger-tool/Cargo.toml | 1 + wallet/Cargo.toml | 1 + 8 files changed, 8 insertions(+) diff --git a/bench-streamer/Cargo.toml b/bench-streamer/Cargo.toml index bc8f8c1ea2..f453ed361f 100644 --- a/bench-streamer/Cargo.toml +++ b/bench-streamer/Cargo.toml @@ -15,3 +15,4 @@ solana-netutil = { path = "../netutil", version = "0.13.0" } [features] cuda = ["solana/cuda"] +erasure = [] diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index 0050ac8ac4..dd1ac9695c 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -20,3 +20,4 @@ solana-sdk = { path = "../sdk", version = "0.13.0" } [features] cuda = ["solana/cuda"] +erasure = [] diff --git a/drone/Cargo.toml b/drone/Cargo.toml index 477df6c871..acd3142ace 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -10,6 +10,7 @@ edition = "2018" [features] cuda = [] +erasure = [] [dependencies] bincode = "1.1.3" diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index 3707cbeef1..9949bb38be 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -26,3 +26,4 @@ solana-vote-api = { path = "../programs/vote_api", version = "0.13.0" } [features] cuda = ["solana/cuda"] +erasure = [] diff --git a/install/Cargo.toml b/install/Cargo.toml index bf4775cd41..872cacf8f2 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -10,6 +10,7 @@ homepage = "https://solana.com/" [features] cuda = [] +erasure = [] [dependencies] bincode = "1.1.3" diff --git a/keygen/Cargo.toml b/keygen/Cargo.toml index 96b5bc3ac2..cf8db032fc 100644 --- a/keygen/Cargo.toml +++ b/keygen/Cargo.toml @@ -10,6 +10,7 @@ edition = "2018" [features] cuda = [] +erasure = [] [dependencies] dirs = "1.0.5" diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index c340d30bcb..7e3bd90764 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -21,3 +21,4 @@ assert_cmd = "0.11" [features] cuda = ["solana/cuda"] +erasure = [] diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index 0e14f5f750..d0a3872f69 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -30,3 +30,4 @@ solana = { path = "../core", version = "0.13.0" } [features] cuda = [] +erasure = []