Upgrade trash crate for faster non-Windows builds (#5563)

This commit is contained in:
Reilly Wood
2022-05-16 20:48:41 -04:00
committed by GitHub
parent 8004e8e2a0
commit 038391519b
2 changed files with 4 additions and 4 deletions

View File

@ -92,7 +92,7 @@ umask = "2.0.0"
users = "0.11.0"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.trash]
version = "2.0.2"
version = "2.1.3"
optional = true
[dependencies.polars]
@ -100,7 +100,7 @@ version = "0.21.1"
# path = "../../../../polars/polars"
optional = true
features = [
"default", "to_dummies", "parquet", "json", "serde", "serde-lazy",
"default", "to_dummies", "parquet", "json", "serde", "serde-lazy",
"object", "checked_arithmetic", "strings", "cum_agg", "is_in",
"rolling_window", "strings", "rows", "random",
"dtype-datetime", "dtype-struct", "lazy", "cross_join",