Skip to content

Commit

Permalink
deps: remove features that require UI libraries from distrib_features
Browse files Browse the repository at this point in the history
as some of them are targeted to headless environments
  • Loading branch information
jqnatividad committed Dec 1, 2024
1 parent 0d91078 commit 5251a7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ strum_macros = { git = "https://github.com/dathere/strum", branch = "bump-phf-to
# QSV_POLARS_REV=c00df00
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.16.0" }
polars = { git = "https://github.com/pola-rs/polars", rev = "c00df00" }

[features]
default = ["mimalloc"]
distrib_features = [
Expand All @@ -341,10 +342,8 @@ distrib_features = [
"fetch",
"foreach",
"geocode",
"lens",
"luau",
"polars",
"prompt",
"python",
"to",
]
Expand Down

0 comments on commit 5251a7c

Please sign in to comment.