Skip to content

Commit

Permalink
Workaround to avoid having miniz_oxide_c_api export symbols that coll…
Browse files Browse the repository at this point in the history
…ide with miniz-sys

For projects that have dependencies on both 0.2 and 1.0 versions of flate2
  • Loading branch information
oyvindln committed Jan 11, 2018
1 parent 1e79297 commit 3267727
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 @@ -24,7 +24,7 @@ miniz-sys = { path = "miniz-sys", version = "0.1.7", optional = true }
libz-sys = { version = "1.0", optional = true }
tokio-io = { version = "0.1", optional = true }
futures = { version = "0.1", optional = true }
miniz_oxide_c_api = { version = "0.1", optional = true}
miniz_oxide_c_api = { version = "0.1", optional = true, features = ["no_c_export"]}

[dev-dependencies]
rand = "0.3"
Expand Down

0 comments on commit 3267727

Please sign in to comment.