bump version for more send/sync fixes

This commit is contained in:
Joseph Birr-Pixton 2016-10-07 21:28:38 +01:00
parent 76408b78f6
commit 5d27aa2e07
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rustls"
version = "0.5.1"
version = "0.5.2"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0/ISC/MIT"
readme = "README.md"
@ -26,4 +26,4 @@ env_logger = "0.3.3"
mio = "0.5.1"
docopt = "0.6"
rustc-serialize = "0.3"
webpki-roots = "0.4.0"
webpki-roots = "0.5.0"