Bump versions for Send/Sync fix

This commit is contained in:
Joseph Birr-Pixton 2016-10-02 17:27:56 +01:00
parent ce395d6a9f
commit 0046940179
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rustls"
version = "0.5.0"
version = "0.5.1"
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.3.0"
webpki-roots = "0.4.0"