From 6e2dbe948980643445f80c61b1d9ebcb2d813150 Mon Sep 17 00:00:00 2001 From: Chris Petersen Date: Fri, 19 Jun 2026 20:55:44 -0700 Subject: [PATCH] Fix: drop magnus "embed" feature so the darwin extension uses dynamic_lookup --- ext/clusterkit/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/clusterkit/Cargo.toml b/ext/clusterkit/Cargo.toml index 4600724..7d17830 100644 --- a/ext/clusterkit/Cargo.toml +++ b/ext/clusterkit/Cargo.toml @@ -7,8 +7,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -magnus = { version = "0.8", features = ["embed"] } -annembed = { git = "https://github.com/scientist-labs/annembed", tag = "clusterkit-0.2.6" } +magnus = "0.8"annembed = { git = "https://github.com/scientist-labs/annembed", tag = "clusterkit-0.2.6" } hnsw_rs = { git = "https://github.com/scientist-labs/hnswlib-rs", tag = "clusterkit-0.1.0" } hdbscan = "0.11" ndarray = "0.16"