From 75f650956497758b30a424f659688ad781c88517 Mon Sep 17 00:00:00 2001 From: Nawaz Haider Date: Sat, 3 Jan 2026 13:20:39 +0600 Subject: [PATCH] Fix setup script to use correct path for compiling in-memory database --- setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index d7f8c1f..a7b3029 100644 --- a/setup.sh +++ b/setup.sh @@ -9,6 +9,4 @@ sudo apt update -y sudo apt install build-essential curl -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y source $HOME/.cargo/env -cd in_memory_db -rustc in_memory_db.rs -o in_memory_db -cd .. +rustc in_memory_db/in_mem_db.rs -o in_memory_db/in_mem_db