Added missing feature flag for erasure (#3741)
This commit is contained in:
parent
ca6290b117
commit
b001685e7b
|
@ -15,3 +15,4 @@ solana-netutil = { path = "../netutil", version = "0.13.0" }
|
|||
|
||||
[features]
|
||||
cuda = ["solana/cuda"]
|
||||
erasure = []
|
||||
|
|
|
@ -20,3 +20,4 @@ solana-sdk = { path = "../sdk", version = "0.13.0" }
|
|||
|
||||
[features]
|
||||
cuda = ["solana/cuda"]
|
||||
erasure = []
|
||||
|
|
|
@ -10,6 +10,7 @@ edition = "2018"
|
|||
|
||||
[features]
|
||||
cuda = []
|
||||
erasure = []
|
||||
|
||||
[dependencies]
|
||||
bincode = "1.1.3"
|
||||
|
|
|
@ -26,3 +26,4 @@ solana-vote-api = { path = "../programs/vote_api", version = "0.13.0" }
|
|||
|
||||
[features]
|
||||
cuda = ["solana/cuda"]
|
||||
erasure = []
|
||||
|
|
|
@ -10,6 +10,7 @@ homepage = "https://solana.com/"
|
|||
|
||||
[features]
|
||||
cuda = []
|
||||
erasure = []
|
||||
|
||||
[dependencies]
|
||||
bincode = "1.1.3"
|
||||
|
|
|
@ -10,6 +10,7 @@ edition = "2018"
|
|||
|
||||
[features]
|
||||
cuda = []
|
||||
erasure = []
|
||||
|
||||
[dependencies]
|
||||
dirs = "1.0.5"
|
||||
|
|
|
@ -21,3 +21,4 @@ assert_cmd = "0.11"
|
|||
|
||||
[features]
|
||||
cuda = ["solana/cuda"]
|
||||
erasure = []
|
||||
|
|
|
@ -30,3 +30,4 @@ solana = { path = "../core", version = "0.13.0" }
|
|||
|
||||
[features]
|
||||
cuda = []
|
||||
erasure = []
|
||||
|
|
Loading…
Reference in New Issue