Release v0.9.23
This commit is contained in:
parent
f85816389d
commit
48db60aca0
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "openssl-sys"
|
||||
version = "0.9.22"
|
||||
version = "0.9.23"
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>",
|
||||
"Steven Fackler <sfackler@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "openssl"
|
||||
version = "0.9.22"
|
||||
version = "0.9.23"
|
||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||
license = "Apache-2.0"
|
||||
description = "OpenSSL bindings"
|
||||
|
|
@ -23,7 +23,7 @@ bitflags = "0.9"
|
|||
foreign-types = "0.3.1"
|
||||
lazy_static = "1"
|
||||
libc = "0.2"
|
||||
openssl-sys = { version = "0.9.22", path = "../openssl-sys" }
|
||||
openssl-sys = { version = "0.9.23", path = "../openssl-sys" }
|
||||
|
||||
[dev-dependencies]
|
||||
tempdir = "0.3"
|
||||
|
|
|
|||
Loading…
Reference in New Issue