Skip to content

Commit fb31f75

Browse files
committed
fix compilation on day13
1 parent 944efe9 commit fb31f75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

2024/day13/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ rayon = { workspace = true }
1414
indexmap = { workspace = true }
1515
hashbrown = { workspace = true }
1616
fix_fn = { workspace = true }
17-
good_lp = "1.10.0"
17+
good_lp = { version = "1.10.0", default-features = false, features = [
18+
"minilp",
19+
] }

0 commit comments

Comments
 (0)