Move binaries from src/bin into their own crate
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
||||
edition = "2018"
|
||||
name = "solana-fullnode"
|
||||
version = "0.1.0"
|
||||
version = "0.11.0"
|
||||
repository = "https://github.com/solana-labs/solana"
|
||||
license = "Apache-2.0"
|
||||
homepage = "https://solana.com/"
|
||||
@@ -19,7 +19,7 @@ solana-sdk = { path = "../sdk", version = "0.11.0" }
|
||||
|
||||
[features]
|
||||
chacha = []
|
||||
cuda = []
|
||||
cuda = ["solana/cuda"]
|
||||
erasure = []
|
||||
ipv6 = []
|
||||
unstable = []
|
||||
|
Reference in New Issue
Block a user