Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 0d22e85

Browse files
committed
Fix missing feature
1 parent 35ac71d commit 0d22e85

File tree

1 file changed

+1
-1
lines changed
  • example/derive_expression/expression_lib

1 file changed

+1
-1
lines changed

example/derive_expression/expression_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
num = "*"
13-
polars = { workspace = true, features = ["fmt", "dtype-date", "timezones"], default-features = false }
13+
polars = { workspace = true, features = ["fmt", "dtype-date", "timezones", "object"], default-features = false }
1414
polars-arrow = { workspace = true, default-features = false }
1515
pyo3 = { version = "0.24.2", features = ["abi3-py38"] }
1616
pyo3-polars = { version = "*", path = "../../../pyo3-polars", features = ["derive"] }

0 commit comments

Comments
 (0)