Skip to content

Commit

Permalink
Require log <= 0.3.8 for dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy authored and MaloJaffre committed Dec 27, 2017
1 parent 9f5fed4 commit 78f6685
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ nightly = ["i128_support"]
libc = "0.2"

[dev-dependencies]
log = "0.3.0"
# log 0.3.9 is a wrapper around 0.4.0 which doesn't work with rustc 1.15
# To keep our CI pin on 1.15 we require log <= 0.3.8.
log = "0.3, <=0.3.8"

[workspace]
members = ["rand-derive"]
Expand Down

0 comments on commit 78f6685

Please sign in to comment.