Skip to content

Commit 715f839

Browse files
committed
Remove unused smallvec dep
1 parent 4f815bc commit 715f839

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ rand = "0.9.0"
5252
rust_decimal = "1.14"
5353
serde = "1.0"
5454
serde_json = "1.0"
55-
smallvec = "1.6.1"
5655
strum = "0.27"
5756
syn = "2.0.15"
5857
tar = "0.4.38"

crates/duckdb/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ polars-arrow = { workspace = true, optional = true }
5252
r2d2 = { workspace = true, optional = true }
5353
rust_decimal = { workspace = true }
5454
serde_json = { workspace = true, optional = true }
55-
smallvec = { workspace = true }
5655
strum = { workspace = true, features = ["derive"] }
5756
url = { workspace = true, optional = true }
5857
uuid = { workspace = true, optional = true }

0 commit comments

Comments
 (0)