Skip to content

Commit

Permalink
Make "egg_compat" a default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dewert99 committed Apr 9, 2024
1 parent fef23b4 commit e706844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ env_logger = { version = "0.9.0", default-features = false }
[features]
# forces the use of indexmaps over hashmaps
deterministic = ["indexmap"]
default = ["egg_compat"]
egg_compat = ["indexmap", "instant", "symbol_table", "symbolic_expressions", "thiserror"]
lp = ["coin_cbc"]
reports = ["serde-1", "serde_json"]
Expand Down

0 comments on commit e706844

Please sign in to comment.