Commit b37bbba7 authored by Kalita Alexey's avatar Kalita Alexey
Browse files

Bump bitflags to 0.4

parent 4af4183e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ pkcs5_pbkdf2_hmac = ["openssl-sys/pkcs5_pbkdf2_hmac"]
nightly = []

[dependencies]
bitflags = ">= 0.2, < 0.4"
bitflags = "0.4"
lazy_static = "0.1"
libc = "0.2"
openssl-sys = { version = "0.7.6", path = "../openssl-sys" }