mirror of
https://github.com/actix/actix-web.git
synced 2024-11-25 11:01:14 +00:00
chore(actix-test): prepare release 0.1.2
This commit is contained in:
parent
2b40033a9c
commit
e6636f1279
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
- Add `TestServerConfig::rustls_021()` method for Rustls v0.21 support behind new `rustls-0_21` crate feature.
|
- Add `TestServerConfig::rustls_021()` method for Rustls v0.21 support behind new `rustls-0_21` crate feature.
|
||||||
- Add `TestServerConfig::workers()` method.
|
- Add `TestServerConfig::workers()` method.
|
||||||
- Add `rustls-0_20` crate feature, which the existing `rustls` feature now aliases.
|
- Add `rustls-0_20` crate feature, which the existing `rustls` feature now aliases.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "actix-test"
|
name = "actix-test"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = [
|
authors = [
|
||||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||||
"Rob Ede <robjtede@icloud.com>",
|
"Rob Ede <robjtede@icloud.com>",
|
||||||
|
|
Loading…
Reference in a new issue