Skip to content

Commit 9a27bb2

Browse files
committed
Release openssl-sys v0.9.24
1 parent 44e0a1f commit 9a27bb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openssl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl-sys"
3-
version = "0.9.23"
3+
version = "0.9.24"
44
authors = ["Alex Crichton <[email protected]>",
55
"Steven Fackler <[email protected]>"]
66
license = "MIT"

openssl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bitflags = "1.0"
2323
foreign-types = "0.3.1"
2424
lazy_static = "1"
2525
libc = "0.2"
26-
openssl-sys = { version = "0.9.23", path = "../openssl-sys" }
26+
openssl-sys = { version = "0.9.24", path = "../openssl-sys" }
2727

2828
[dev-dependencies]
2929
tempdir = "0.3"

0 commit comments

Comments
 (0)