Take latest webpki-roots and bump our version

This commit is contained in:
Joseph Birr-Pixton 2016-09-27 21:36:16 +01:00
parent 4063e36403
commit bdfdda9689
1 changed files with 2 additions and 2 deletions

View File

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