Skip to content

Commit

Permalink
use bzip2-sys-0.1.8 to avoid CI fail (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thegaram authored May 29, 2020
1 parent ae8c0fa commit 42c68d5
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 @@ -84,7 +84,7 @@ deadlock_detection = ["parking_lot/deadlock_detection"]
#"bzip2-sys:0.1.6"={git = "https://github.com/alexcrichton/bzip2-rs.git"}

[patch.crates-io]
bzip2-sys = {git = "https://github.com/alexcrichton/bzip2-rs.git"}
bzip2-sys = {git = "https://github.com/alexcrichton/bzip2-rs.git", commit = "461d6691" }

[profile.test]
debug-assertions = true
Expand Down

0 comments on commit 42c68d5

Please sign in to comment.