1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

prepare actix-tls release 3.0.0-rc.1 (#423)

This commit is contained in:
Rob Ede
2021-11-30 12:34:46 +00:00
committed by GitHub
parent 5dc2bfcb01
commit 183bcf6ae3
10 changed files with 86 additions and 39 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-tls"
version = "3.0.0-beta.9"
version = "3.0.0-rc.1"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
@ -21,7 +21,7 @@ name = "actix_tls"
path = "src/lib.rs"
[features]
default = []
default = ["accept", "connect"]
# enable acceptor services
accept = []