summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Birr-Pixton <jpixton@gmail.com>2020-02-22 20:38:48 +0000
committerJoseph Birr-Pixton <jpixton@gmail.com>2020-02-22 20:40:52 +0000
commit92600efb4f6cc25bfe0c133b0b922d915ed826e3 (patch)
tree86a25c9a21fce511670cb98772ea72b8609275bd
parent8a9fd0502903e7988c4d18dc509940c03aaba923 (diff)
Prepare 0.17.0v/0.17.0
-rw-r--r--README.md2
-rw-r--r--rustls-mio/Cargo.toml7
-rw-r--r--rustls/Cargo.toml4
3 files changed, 5 insertions, 8 deletions
diff --git a/README.md b/README.md
index 193b90bf..073d9de4 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md).
## Release history:
-* Next release:
+* 0.17.0 (2020-02-22):
- *Breaking API change*: ALPN protocols offered by the client are passed
to the server certificate resolution trait (`ResolvesServerCert`).
- *Breaking API change*: The server certificate resolution trait now
diff --git a/rustls-mio/Cargo.toml b/rustls-mio/Cargo.toml
index eb8c950f..24d4bc53 100644
--- a/rustls-mio/Cargo.toml
+++ b/rustls-mio/Cargo.toml
@@ -1,14 +1,11 @@
[package]
name = "rustls-mio"
-version = "0.15.1"
+version = "0.0.1"
edition = "2018"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0/ISC/MIT"
-readme = "README.md"
description = "Rustls example code and tests that depend on mio."
-homepage = "https://github.com/ctz/rustls"
-repository = "https://github.com/ctz/rustls"
-categories = ["network-programming", "cryptography"]
+publish = false
[features]
default = ["logging"]
diff --git a/rustls/Cargo.toml b/rustls/Cargo.toml
index 5891f69d..b880a629 100644
--- a/rustls/Cargo.toml
+++ b/rustls/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "rustls"
-version = "0.16.0"
+version = "0.17.0"
edition = "2018"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0/ISC/MIT"
-readme = "README.md"
+readme = "../README.md"
description = "Rustls is a modern TLS library written in Rust."
homepage = "https://github.com/ctz/rustls"
repository = "https://github.com/ctz/rustls"