Skip to content

Commit

Permalink
prepare actix-test release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Feb 26, 2023
1 parent ad27150 commit 129b78f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions actix-test/CHANGES.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased - 2022-xx-xx

## 0.1.1 - 2023-02-26

- Add `TestServerConfig::port()` setter method.
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.

Expand Down
2 changes: 1 addition & 1 deletion actix-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "actix-test"
version = "0.1.0"
version = "0.1.1"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
Expand Down

0 comments on commit 129b78f

Please sign in to comment.