Skip to content

Commit d556f1f

Browse files
committed
hyperqueue crate minilp/higs feature flags
1 parent 11f4518 commit d556f1f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/hyperqueue/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,15 @@ insta = "1.15.0"
6767
criterion = { workspace = true }
6868

6969
[features]
70-
default = ["jemalloc", "dashboard"]
70+
default = ["jemalloc", "dashboard", "highs"]
7171
# Use the jemalloc allocator
7272
jemalloc = ["jemallocator"]
7373
# Enable the dashboard
7474
dashboard = ["dep:ratatui", "dep:crossterm", "dep:unicode-width"]
7575

76+
highs = ["tako/highs"]
77+
microlp = ["tako/microlp"]
78+
7679
[[bench]]
7780
name = "benchmark"
7881
harness = false

0 commit comments

Comments
 (0)