From 8ada7b3c0abe8efad4c6be179b5bb7d50e8e0b17 Mon Sep 17 00:00:00 2001 From: Dmitry Pypin Date: Wed, 28 Aug 2019 14:17:31 -0700 Subject: [PATCH] Increased crates versions --- actix-http/Cargo.toml | 2 +- awc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 79d7117b4..2e8b93661 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-http" -version = "0.2.9" +version = "0.2.10" authors = ["Nikolay Kim "] description = "Actix http primitives" readme = "README.md" diff --git a/awc/Cargo.toml b/awc/Cargo.toml index 7f42501e9..72374434e 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "awc" -version = "0.2.4" +version = "0.2.5" authors = ["Nikolay Kim "] description = "Actix http client." readme = "README.md"