From dd3dde99b5431e0ed913ed03486d85ab490e0a25 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 10 Feb 2021 11:49:41 +0000 Subject: [PATCH] fix http-test release number --- actix-http-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-http-test/Cargo.toml b/actix-http-test/Cargo.toml index 5024aa153..3eef4e727 100644 --- a/actix-http-test/Cargo.toml +++ b/actix-http-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-http-test" -version = "3.0.0-beta.1" +version = "3.0.0-beta.2" authors = ["Nikolay Kim "] description = "Various helpers for Actix applications to use during testing" readme = "README.md"