From bc8d70011461acc067c6e023177484fcce8f3b81 Mon Sep 17 00:00:00 2001 From: l1xnan Date: Mon, 17 Jun 2024 17:26:31 +0800 Subject: [PATCH] chore: compile error --- src-tauri/Cargo.toml | 2 +- src/components/custom/siderbar-nav.tsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 9aa0d675..a688d855 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" arrow = { version = "51.0.0", features = ["prettyprint", "csv"] } -duckdb = { version = "0.10.2", features = [ +duckdb = { version = "0.10.1", features = [ # "modern-full", "bundled" ] } diff --git a/src/components/custom/siderbar-nav.tsx b/src/components/custom/siderbar-nav.tsx index 2bc7df9d..d777a89f 100644 --- a/src/components/custom/siderbar-nav.tsx +++ b/src/components/custom/siderbar-nav.tsx @@ -1,5 +1,3 @@ -'use client'; - import { buttonVariants } from '@/components/ui/button'; import { cn } from '@/lib/utils';