Skip to content

Commit

Permalink
add "nightly" feature to the polars-sql toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-beedie committed Oct 4, 2023
1 parent e611ad6 commit b32d8c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/polars-sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ sqlparser = { workspace = true }
# sqlparser = { git = "https://github.com/sqlparser-rs/sqlparser-rs.git", rev = "ae3b5844c839072c235965fe0d1bddc473dced87" }

[features]
csv = ["polars-lazy/csv"]
json = ["polars-lazy/json"]
default = []
csv = ["polars-lazy/csv"]
ipc = ["polars-lazy/ipc"]
json = ["polars-lazy/json"]
nightly = ["polars-core/nightly"]
parquet = ["polars-lazy/parquet"]

0 comments on commit b32d8c2

Please sign in to comment.