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:
Pekka Enberg 2025-06-19 09:36:52 +03:00
parent ea2b15a4de
commit 37566d29cc
2 changed files with 0 additions and 7 deletions

View file

@ -36,7 +36,6 @@ check-wasm-target:
limbo:
cargo build
cargo build --features index_experimental --bin limbo_index_experimental
.PHONY: limbo
limbo-c:

View file

@ -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"