Loading openssl/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ v110 = [] [dependencies] bitflags = "0.7" foreign-types = { git = "https://github.com/sfackler/foreign-types" } foreign-types = "0.2" lazy_static = "0.2" libc = "0.2" openssl-sys = { version = "0.9.6", path = "../openssl-sys" } Loading Loading
openssl/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ v110 = [] [dependencies] bitflags = "0.7" foreign-types = { git = "https://github.com/sfackler/foreign-types" } foreign-types = "0.2" lazy_static = "0.2" libc = "0.2" openssl-sys = { version = "0.9.6", path = "../openssl-sys" } Loading