Merge pull request #355 from KalitaAlexey/master

Bump bitflags to 0.4
This commit is contained in:
Steven Fackler 2016-03-01 09:18:28 -08:00
commit 373d61fb69
1 changed files with 1 additions and 1 deletions

View File

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