From 5247f217fd7ba8608c30976c8f56d49980b6a90e Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Mon, 23 Oct 2023 11:06:58 +0200 Subject: [PATCH] Checkpoint --- crates/welcome/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/welcome/Cargo.toml b/crates/welcome/Cargo.toml index a0ec82d7a3..c7ad62f155 100644 --- a/crates/welcome/Cargo.toml +++ b/crates/welcome/Cargo.toml @@ -14,7 +14,7 @@ test-support = [] client = { path = "../client" } editor = { path = "../editor" } fs = { path = "../fs" } -fuzzy = { path = "../fuzzy2" } +fuzzy = { path = "../fuzzy" } gpui = { path = "../gpui" } db = { path = "../db" } install_cli = { path = "../install_cli" }