Skip to content

Commit b30abba

Browse files
dhardyMaloJaffre
authored andcommitted
Require log <= 0.3.8 for dev builds
1 parent 385e849 commit b30abba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ nightly = ["i128_support"]
2121
libc = "0.2"
2222

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

2628
[workspace]
2729
members = ["rand-derive"]

0 commit comments

Comments
 (0)