Skip to content

Commit

Permalink
chore: compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
l1xnan committed Jun 17, 2024
1 parent 19e09f3 commit bc8d700
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
] }
Expand Down
2 changes: 0 additions & 2 deletions src/components/custom/siderbar-nav.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use client';

import { buttonVariants } from '@/components/ui/button';
import { cn } from '@/lib/utils';

Expand Down

0 comments on commit bc8d700

Please sign in to comment.