Skip to content

Commit

Permalink
Change usearch branch
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Feb 7, 2024
1 parent cbac64b commit a7a936d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lantern_external_index/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lantern_external_index"
version = "0.0.5"
version = "0.1.0"
edition = "2021"

[lib]
Expand All @@ -13,7 +13,7 @@ clap = { version = "4.4.0", features = ["derive"] }
cxx = "1.0.106"
postgres = "0.19.7"
postgres-types = { version = "0.2.6", features = ["derive"] }
usearch = { git = "https://github.com/Ngalstyan4/usearch.git", branch = "narek/lantern-upgrade-usearch_v2" }
usearch = { git = "https://github.com/Ngalstyan4/usearch.git", branch = "main-lantern" }
lantern_logger = { path = "../lantern_logger" }
lantern_utils = { path = "../lantern_utils" }
rand = "0.8.5"

0 comments on commit a7a936d

Please sign in to comment.