From 4827fa81a2e8cc8fdaab24656091d1d86d6a8d7e Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Tue, 11 Jun 2019 17:55:18 -0600 Subject: Raise the cfg-if dependency to 1.0.2 1.0.2 adds the ability to omit the else clause, a feature we use. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 30326062..9421cd70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ exclude = [ [dependencies] libc = { git = "https://github.com/rust-lang/libc" } bitflags = "1.0" -cfg-if = "0.1.0" +cfg-if = "0.1.2" void = "1.0.2" [target.'cfg(target_os = "dragonfly")'.build-dependencies] -- cgit v1.2.3