Skip to content

Commit 37b8031

Browse files
Drop unused byteorder dependency
1 parent 08eac42 commit 37b8031

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ libduckdb-sys = { version = "=1.3.0", path = "crates/libduckdb-sys" }
2424
duckdb-loadable-macros = { version = "=0.1.7", path = "crates/duckdb-loadable-macros" }
2525
autocfg = "1.0"
2626
bindgen = { version = "0.71.1", default-features = false }
27-
byteorder = "1.3"
2827
calamine = "0.22.0"
2928
cast = "0.3"
3029
cc = "1.0"

crates/duckdb/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ chrono = { workspace = true, optional = true }
4747
serde_json = { workspace = true, optional = true }
4848
csv = { workspace = true, optional = true }
4949
url = { workspace = true, optional = true }
50-
byteorder = { workspace = true, features = ["i128"], optional = true }
5150
fallible-iterator = { workspace = true }
5251
fallible-streaming-iterator = { workspace = true }
5352
uuid = { workspace = true, optional = true }

0 commit comments

Comments
 (0)