summaryrefslogtreecommitdiff
path: root/misc/py-polars/files/patch-Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--misc/py-polars/files/patch-Cargo.toml23
1 files changed, 11 insertions, 12 deletions
diff --git a/misc/py-polars/files/patch-Cargo.toml b/misc/py-polars/files/patch-Cargo.toml
index 70879234e452..c597f1f346a6 100644
--- a/misc/py-polars/files/patch-Cargo.toml
+++ b/misc/py-polars/files/patch-Cargo.toml
@@ -1,15 +1,14 @@
---- Cargo.toml.orig 2025-07-21 02:27:07 UTC
+--- Cargo.toml.orig 2025-09-17 17:46:01 UTC
+++ Cargo.toml
-@@ -17,12 +17,7 @@ mimalloc = { version = "0.1", default-features = false
- [target.'cfg(all(any(not(target_family = "unix"), target_os = "emscripten", allocator = "mimalloc"), not(allocator = "default")))'.dependencies]
- mimalloc = { version = "0.1", default-features = false }
+@@ -149,11 +149,6 @@ collapsible_if = "allow"
+ [workspace.lints.clippy]
+ collapsible_if = "allow"
--# Feature background_threads is unsupported on MacOS (https://github.com/jemalloc/jemalloc/issues/843).
--[target.'cfg(all(target_family = "unix", not(target_os = "macos"), not(target_os = "emscripten"), not(allocator = "mimalloc"), not(allocator = "default")))'.dependencies]
--tikv-jemallocator = { version = "0.6.0", features = ["disable_initial_exec_tls", "background_threads"] }
+-[patch.crates-io]
+-# packed_simd_2 = { git = "https://github.com/rust-lang/packed_simd", rev = "e57c7ba11386147e6d2cbad7c88f376aab4bdc86" }
+-# simd-json = { git = "https://github.com/ritchie46/simd-json", branch = "alignment" }
+-tikv-jemallocator = { git = "https://github.com/pola-rs/jemallocator", rev = "c7991e5bb6b3e9f79db6b0f48dcda67c5c3d2936" }
-
- [target.'cfg(all(target_family = "unix", target_os = "macos", not(allocator = "mimalloc"), not(allocator = "default")))'.dependencies]
--tikv-jemallocator = { version = "0.6.0", features = ["disable_initial_exec_tls"] }
- either = { workspace = true }
-
- [features]
+ [profile.mindebug-dev]
+ inherits = "dev"
+ debug = "line-tables-only"