Skip to content

Commit

Permalink
fix: Add missing parquet feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Sep 10, 2024
1 parent a960ebf commit dfa546b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swiftide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ aws-bedrock = ["swiftide-integrations/aws-bedrock"]
lancedb = ["swiftide-integrations/lancedb"]
# Fluvio loader
fluvio = ["swiftide-integrations/fluvio"]
# Parquet loader
parquet = ["swiftide-integrations/parquet"]

# Testing, internal only
test-utils = []
Expand Down

0 comments on commit dfa546b

Please sign in to comment.