Loading openssl/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ pkcs5_pbkdf2_hmac = ["openssl-sys/pkcs5_pbkdf2_hmac"] nightly = [] [dependencies] bitflags = ">= 0.5.0, < 0.7.0" bitflags = ">= 0.5.0, < 0.8.0" lazy_static = "0.2" libc = "0.2" openssl-sys = { version = "0.7.11", path = "../openssl-sys" } Loading Loading
openssl/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ pkcs5_pbkdf2_hmac = ["openssl-sys/pkcs5_pbkdf2_hmac"] nightly = [] [dependencies] bitflags = ">= 0.5.0, < 0.7.0" bitflags = ">= 0.5.0, < 0.8.0" lazy_static = "0.2" libc = "0.2" openssl-sys = { version = "0.7.11", path = "../openssl-sys" } Loading