diff --git a/docs/src/rust/Cargo.toml b/docs/src/rust/Cargo.toml index c1897560eb59..c99561340b12 100644 --- a/docs/src/rust/Cargo.toml +++ b/docs/src/rust/Cargo.toml @@ -134,6 +134,7 @@ required-features = ["polars/lazy", "polars/asof_join"] [[bin]] name = "user-guide-transformations-unpivot" path = "user-guide/transformations/unpivot.rs" +required-features = ["polars/pivot"] [[bin]] name = "user-guide-transformations-pivot" path = "user-guide/transformations/pivot.rs"