Skip to content

Commit c285260

Browse files
committed
fix feature flag
1 parent 3c4e3f0 commit c285260

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

iOverlay/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "i_overlay"
3-
version = "4.5.0"
3+
version = "4.5.1"
44
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
55
edition = "2024"
66
description = "Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties."
@@ -29,7 +29,7 @@ default = []
2929

3030
glam = ["i_float/glam"]
3131
serde = ["i_float/serde", "i_shape/serde"]
32-
allow_multithreading = ["dep:rayon"]
32+
allow_multithreading = ["dep:rayon", "i_key_sort/allow_multithreading"]
3333

3434
[dev-dependencies]
3535
serde = { version = "^1.0", features = ["derive"] }

0 commit comments

Comments
 (0)