Skip to content

Commit

Permalink
Release openssl-sys v0.9.30
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed May 1, 2018
1 parent ed20fd7 commit 25e3f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openssl-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssl-sys"
version = "0.9.28"
version = "0.9.30"
authors = ["Alex Crichton <alex@alexcrichton.com>",
"Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion openssl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bitflags = "1.0"
foreign-types = "0.3.1"
lazy_static = "1"
libc = "0.2"
openssl-sys = { version = "0.9.28", path = "../openssl-sys" }
openssl-sys = { version = "0.9.30", path = "../openssl-sys" }

[dev-dependencies]
tempdir = "0.3"
Expand Down

0 comments on commit 25e3f66

Please sign in to comment.