Fix build issue seen when launching gce instance (#1874)
This commit is contained in:
parent
d9dabdfc74
commit
c89a09e5d0
|
@ -6,6 +6,9 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
|
||||||
repository = "https://github.com/solana-labs/solana"
|
repository = "https://github.com/solana-labs/solana"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
cuda = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bincode = "1.0.0"
|
bincode = "1.0.0"
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
|
|
Loading…
Reference in New Issue