1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 01:08:10 +00:00

chore(actix-test): prepare release 0.1.2

This commit is contained in:
Rob Ede 2023-08-29 01:55:17 +01:00
parent 2b40033a9c
commit e6636f1279
No known key found for this signature in database
GPG key ID: 97C636207D3EF933
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
## Unreleased
## 0.1.2
- Add `TestServerConfig::rustls_021()` method for Rustls v0.21 support behind new `rustls-0_21` crate feature.
- Add `TestServerConfig::workers()` method.
- Add `rustls-0_20` crate feature, which the existing `rustls` feature now aliases.

View file

@ -1,6 +1,6 @@
[package]
name = "actix-test"
version = "0.1.1"
version = "0.1.2"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",