Skip to content

Commit

Permalink
chore: do not bundle scip on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf committed Jan 7, 2025
1 parent a8112da commit 73bee5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ harness = false
[package.metadata.docs.rs]
# Display the documentation for all solvers on docs.rs
all-features = false
features = [ "all_default_solvers" ]
features = ["coin_cbc", "microlp", "lpsolve", "highs", "russcip", "lp-solvers", "clarabel"]
default-target = "x86_64-unknown-linux-gnu"
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit 73bee5f

Please # to comment.