Skip to content

Commit 3f2fd2d

Browse files
committed
chore(actix-test): prepare release 0.1.3
1 parent 17ed73b commit 3f2fd2d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

actix-test/CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.1.3
6+
57
- Add `TestServerConfig::rustls_0_22()` method for Rustls v0.22 support behind new `rustls-0_22` crate feature.
68

79
## 0.1.2

actix-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-test"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"Rob Ede <[email protected]>",

0 commit comments

Comments
 (0)