Skip to content

Commit

Permalink
Disable DataFusion as a default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Sep 20, 2024
1 parent 168a35f commit d9d9745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ proptest = "1.0.0"
serde_json = { version = "1.0", default-features = false, features = ["std"] }

[features]
default = ["datafusion"]
default = ["async"]

async = ["async-trait", "futures", "futures-util", "tokio"]
cli = ["anyhow", "clap"]
Expand Down

0 comments on commit d9d9745

Please sign in to comment.