diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 17ecd484c..fdfb8462c 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -26,9 +26,8 @@ smartstring = "1.0.1" serde_json = "*" polars-core = {git = "https://github.com/pola-rs/polars.git", rev = "e973f6386a28f16136fb8ba5a737103f95911861", default_features= false} - -#try to trigger new hashFiles hash value - +[profile.release.package.argminmax] +opt-level = 1 #features copied from node-polars [dependencies.polars]