Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f915ae4

Browse files
committedMar 28, 2019
Choose right cfg-if version number
1 parent 168229b commit f915ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libcore/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ path = "../libcore/benches/lib.rs"
2121

2222
[dev-dependencies]
2323
rand = "0.6"
24-
cfg-if = "1.0"
24+
cfg-if = "0.1"
2525

2626
[features]
2727
# Make panics and failed asserts immediately abort without formatting any message

0 commit comments

Comments
 (0)
Please sign in to comment.