summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Birr-Pixton <jpixton@gmail.com>2017-03-16 20:56:02 +0000
committerJoseph Birr-Pixton <jpixton@gmail.com>2017-03-16 20:56:02 +0000
commit37838d1b7909536103e731a5373e52fc6469301a (patch)
tree4fcb94281449d6eb4558cfba678a45ab57525c1d
parent0d35fd102e0ff5148080e9ec8c1b056610860113 (diff)
0.5.8v/0.5.8
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2350a6e9..41b3d188 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustls"
-version = "0.5.7"
+version = "0.5.8"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0/ISC/MIT"
readme = "README.md"
diff --git a/README.md b/README.md
index 81eb33eb..bd07022a 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,8 @@ Rustls is currently in development and hence unstable. [Here's what I'm working
## Release history:
+* 0.5.8:
+ - Fix build on later rustc.
* 0.5.7:
- No changes from 0.5.6; republished with nightly cargo for category support.
* 0.5.6: