Skip to content

Commit

Permalink
Release v0.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Oct 14, 2017
1 parent f4f00d4 commit 09f2a3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.18"
version = "0.9.20"
authors = ["Alex Crichton <alex@alexcrichton.com>",
"Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions openssl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssl"
version = "0.9.18"
version = "0.9.20"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
Expand All @@ -24,7 +24,7 @@ bitflags = "0.9"
foreign-types = "0.2"
lazy_static = "0.2"
libc = "0.2"
openssl-sys = { version = "0.9.18", path = "../openssl-sys" }
openssl-sys = { version = "0.9.20", path = "../openssl-sys" }

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

0 comments on commit 09f2a3e

Please sign in to comment.