Skip to content

Commit

Permalink
Fix Cargo.toml feature ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Sep 21, 2022
1 parent 8cbb48e commit f522f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ name = "datafusion_common"
path = "src/lib.rs"

[features]
default = []
avro = ["apache-avro"]
default = []
jit = ["cranelift-module"]
pyarrow = ["pyo3", "arrow/pyarrow"]

Expand Down

0 comments on commit f522f88

Please sign in to comment.