Skip to content

Commit

Permalink
test if cdylib is the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Apr 7, 2024
1 parent fb625b9 commit 0c0177a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustsat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pyapi = ["dep:pyo3", "dep:pyo3-build-config"]
all = ["multiopt", "compression", "rand", "fxhash"]

[lib]
crate-type = ["lib", "staticlib", "cdylib"]
crate-type = ["lib", "staticlib"]

[package.metadata.docs.rs]
features = ["all"]
Expand Down

0 comments on commit 0c0177a

Please sign in to comment.