Skip to content

Commit 4827fa8

Browse files
committed
Raise the cfg-if dependency to 1.0.2
1.0.2 adds the ability to omit the else clause, a feature we use.
1 parent 83407c5 commit 4827fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exclude = [
1818
[dependencies]
1919
libc = { git = "https://github.com/rust-lang/libc" }
2020
bitflags = "1.0"
21-
cfg-if = "0.1.0"
21+
cfg-if = "0.1.2"
2222
void = "1.0.2"
2323

2424
[target.'cfg(target_os = "dragonfly")'.build-dependencies]

0 commit comments

Comments
 (0)