Merge 'cli: Remove extra binary' from Pekka Enberg

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.

Closes #1779
This commit is contained in:
Pekka Enberg
2025-06-19 09:46:53 +03:00
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"