Skip to content

Commit

Permalink
ci debugging 2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Apr 4, 2024
1 parent 46199fb commit a72fe66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion solvertests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ proc-macro = true
[dependencies]
syn = "2.0"
quote = "1.0"
rustsat = { version = "0.4.3", path = "../rustsat", default-features = false }
rustsat = { version = "0.4.3", path = "../rustsat", features = [
"compression",
"internals",
"multiopt",
"rand",
] }
proc-macro2 = "1.0"

0 comments on commit a72fe66

Please sign in to comment.