1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 15:40:36 +02:00

connect,tls: Bump up to next alpha versions (#181)

This commit is contained in:
Yuki Okushi
2020-08-17 23:39:17 +09:00
committed by GitHub
parent fb098536ee
commit 578a560853
4 changed files with 12 additions and 4 deletions

View File

@ -1,12 +1,16 @@
# Changes
## [unreleased]
## Unreleased
## 2.0.0-alpha.4 - 2020-08-17
### Changed
* Update `rustls` dependency to 0.18
* Update `tokio-rustls` dependency to 0.14
## [2.0.0-alpha.3] - 2020-05-08
### Fixed

View File

@ -1,6 +1,6 @@
[package]
name = "actix-connect"
version = "2.0.0-alpha.3"
version = "2.0.0-alpha.4"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix connect - tcp connector service"
keywords = ["network", "framework", "async", "futures"]