summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-07-09 23:16:44 +0000
committerbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-07-09 23:16:44 +0000
commit074caea7c8b21ea359e9277d54a08b561394acdd (patch)
tree9d8fc07bcbe99ff7a2d28040c2e6577af5cd38d3 /Cargo.toml
parent112438b1e954c1266a76f8c53fd084f9019ebc99 (diff)
parent570907f3c19ec0d0e1fe451597e0b73e24831159 (diff)
downloadnix-074caea7c8b21ea359e9277d54a08b561394acdd.zip
Merge #1085
1085: Minimal versions r=asomers a=asomers Build test with -Zminimal-versions in CI. Co-authored-by: Alan Somers <asomers@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6b9f7517..b1af4605 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ exclude = [
[dependencies]
libc = { git = "https://github.com/rust-lang/libc", features = [ "extra_traits" ] }
bitflags = "1.0"
-cfg-if = "0.1.0"
+cfg-if = "0.1.2"
void = "1.0.2"
[target.'cfg(target_os = "dragonfly")'.build-dependencies]