Skip to content

Commit

Permalink
Merge pull request #254 from theseus-rs/update-file-type
Browse files Browse the repository at this point in the history
build: update file_type to be a required dependency
brianheineman authored Jan 9, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents ef92c2f + f93c39d commit 1b6127d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rsql_drivers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ bit-vec = { workspace = true, optional = true }
calamine = { workspace = true, optional = true }
chrono = { workspace = true, features = ["serde"] }
duckdb = { workspace = true, features = ["bundled"], optional = true }
file_type = { workspace = true, optional = true }
file_type = { workspace = true }
form_urlencoded = { workspace = true, optional = true }
futures-util = { workspace = true, optional = true }
indexmap = { workspace = true, features = ["serde"] }
@@ -124,7 +124,6 @@ excel = [
"dep:calamine",
]
file = [
"dep:file_type",
]
json = [
"dep:polars",

0 comments on commit 1b6127d

Please sign in to comment.