Loading openssl-sys/CHANGELOG.md +6 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,12 @@ ## [Unreleased] ## [v0.9.49] - 2019-08-15 ### Added * Added support for LibreSSL 3.0.0. ## [v0.9.48] - 2019-07-19 ### Added Loading openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl-sys" version = "0.9.48" version = "0.9.49" authors = ["Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>"] license = "MIT" Loading openssl/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ foreign-types = "0.3.1" lazy_static = "1" libc = "0.2" openssl-sys = { version = "0.9.48", path = "../openssl-sys" } openssl-sys = { version = "0.9.49", path = "../openssl-sys" } [dev-dependencies] tempdir = "0.3" Loading Loading
openssl-sys/CHANGELOG.md +6 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,12 @@ ## [Unreleased] ## [v0.9.49] - 2019-08-15 ### Added * Added support for LibreSSL 3.0.0. ## [v0.9.48] - 2019-07-19 ### Added Loading
openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl-sys" version = "0.9.48" version = "0.9.49" authors = ["Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>"] license = "MIT" Loading
openssl/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ foreign-types = "0.3.1" lazy_static = "1" libc = "0.2" openssl-sys = { version = "0.9.48", path = "../openssl-sys" } openssl-sys = { version = "0.9.49", path = "../openssl-sys" } [dev-dependencies] tempdir = "0.3" Loading