Skip to content

Commit

Permalink
cargo: update minimum versions (#221)
Browse files Browse the repository at this point in the history
crc32fast has dependency specifications which are compatible and cfg-if
0.1.6 is the first to include APIs used in the ffi module.
  • Loading branch information
mathstuf authored and alexcrichton committed Nov 4, 2019
1 parent 53e45a6 commit 0827944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ members = ['systest']

[dependencies]
libc = "0.2"
cfg-if = "0.1"
cfg-if = "0.1.6"
miniz-sys = { path = "miniz-sys", version = "0.1.11", optional = true }
libz-sys = { version = "1.0", optional = true }
tokio-io = { version = "0.1.11", optional = true }
futures = { version = "0.1.25", optional = true }
miniz_oxide = { version = "0.3.2", optional = true}
crc32fast = "1.1"
crc32fast = "1.2"

[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]
miniz_oxide = "0.3.2"
Expand Down

0 comments on commit 0827944

Please sign in to comment.