summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorequal-l2 <eng.equall2@gmail.com>2017-06-18 08:49:40 +0900
committerequal-l2 <eng.equall2@gmail.com>2017-06-18 09:31:19 +0900
commit8c4c3b778fae246f3f982f90b922971b99e9b7dc (patch)
treee0a7ef11e79c5bac332a9153d51db3673d6e3252 /Cargo.toml
parentab5435e8bc9b10ed3dc05787c10d28bb8957a42a (diff)
downloadnix-8c4c3b778fae246f3f982f90b922971b99e9b7dc.zip
Update bitflags to 0.9
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 61e8bea0..7a34a36c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ signalfd = []
[dependencies]
libc = { git = "https://github.com/rust-lang/libc" }
-bitflags = "0.7"
+bitflags = "0.9"
cfg-if = "0.1.0"
void = "1.0.2"