Skip to content

Commit 04d5647

Browse files
committed
feat: use remote fzrs for build
1 parent 1efdc8a commit 04d5647

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lua/blink/cmp/fuzzy/Cargo.lock

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lua/blink/cmp/fuzzy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lua-marshalling = { git = "https://github.com/distil/rust_lua_ffi" }
1919
nucleo = "0.5.0"
2020
regex = "1.10.5"
2121
lazy_static = "1.5.0"
22-
fzrs = { path = "/home/saghen/code/personal/fzrs" }
22+
fzrs = { git = "https://github.com/saghen/fzrs" }
2323
bincode = "1.3.3"
2424
sled = "0.34.7"
2525
serde = { version = "1.0.204", features = ["derive"] }

0 commit comments

Comments
 (0)