diff --git a/Cargo.lock b/Cargo.lock index 249f1faf..a117b184 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1387,7 +1387,8 @@ dependencies = [ [[package]] name = "hnsw_rs" version = "0.1.19" -source = "git+https://github.com/ruqqq/hnswlib-rs#018a2963db562d58ebecab31b809333b2bb10903" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0308727459701f2fa18286e50662c37044e130e955bfd42b6ff30260116b2a5" dependencies = [ "bincode", "cpu-time", diff --git a/Cargo.toml b/Cargo.toml index d7127f56..84235a3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,6 @@ resolver = "2" [workspace.metadata.release] shared-version = true -[patch.crates-io] -hnsw_rs = { git = "https://github.com/ruqqq/hnswlib-rs" } - [workspace.dependencies] async-trait = "0.1.68" serde = { version = "1.0.163", features = ["derive"] }