Skip to content

Commit

Permalink
fix compilation on day13
Browse files Browse the repository at this point in the history
  • Loading branch information
mirsella committed Dec 13, 2024
1 parent 944efe9 commit fb31f75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 2024/day13/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ rayon = { workspace = true }
indexmap = { workspace = true }
hashbrown = { workspace = true }
fix_fn = { workspace = true }
good_lp = "1.10.0"
good_lp = { version = "1.10.0", default-features = false, features = [
"minilp",
] }

0 comments on commit fb31f75

Please sign in to comment.