mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 12:35:00 +00:00
cli: Remove extra binary
The `cargo-dist` tool attempts to find it but because we never build it, packaging fails. Remove the extra binary. Probably better to work towards making experimental indexes a runtime flag instead.
This commit is contained in:
parent
ea2b15a4de
commit
37566d29cc
2 changed files with 0 additions and 7 deletions
1
Makefile
1
Makefile
|
@ -36,7 +36,6 @@ check-wasm-target:
|
|||
|
||||
limbo:
|
||||
cargo build
|
||||
cargo build --features index_experimental --bin limbo_index_experimental
|
||||
.PHONY: limbo
|
||||
|
||||
limbo-c:
|
||||
|
|
|
@ -17,12 +17,6 @@ dist = true
|
|||
name = "limbo"
|
||||
path = "main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "limbo_index_experimental"
|
||||
path = "main.rs"
|
||||
required-features = ["index_experimental"]
|
||||
dist = false
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
cfg-if = "1.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue