Skip to content

Commit

Permalink
Release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 29, 2015
1 parent 2b1a9a7 commit a2199e0
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.5.2"
version = "0.5.3"
authors = ["Alex Crichton <[email protected]>",
"Steven Fackler <[email protected]>"]
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.5.2"
version = "0.5.3"
authors = ["Steven Fackler <[email protected]>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
Expand All @@ -18,7 +18,7 @@ npn = ["openssl-sys/npn"]

[dependencies.openssl-sys]
path = "../openssl-sys"
version = "0.5.2"
version = "0.5.3"

[dependencies]
bitflags = "0.1.1"
Expand Down

0 comments on commit a2199e0

Please sign in to comment.