From 2b023b55e5e498cea07e0ce22d5e9b4456b26461 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 6 Feb 2021 16:54:46 +0000 Subject: [PATCH] prepare release utils 3.0.0-beta.2 --- actix-utils/CHANGES.md | 4 ++++ actix-utils/Cargo.toml | 3 ++- bytestring/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/actix-utils/CHANGES.md b/actix-utils/CHANGES.md index 2504f012..3a0f376f 100644 --- a/actix-utils/CHANGES.md +++ b/actix-utils/CHANGES.md @@ -3,6 +3,10 @@ ## Unreleased - 2021-xx-xx +## 3.0.0-beta.2 - 2021-02-06 +* Update `actix-rt` to `2.0.0`. [#???] + + ## 3.0.0-beta.1 - 2020-12-28 * Update `bytes` dependency to `1`. [#237] * Use `pin-project-lite` to replace `pin-project`. [#229] diff --git a/actix-utils/Cargo.toml b/actix-utils/Cargo.toml index 4c1e6569..da46256e 100644 --- a/actix-utils/Cargo.toml +++ b/actix-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-utils" -version = "3.0.0-beta.1" +version = "3.0.0-beta.2" authors = ["Nikolay Kim "] description = "Various network related services and utilities for the Actix ecosystem" keywords = ["network", "framework", "async", "futures"] @@ -26,4 +26,5 @@ log = "0.4" pin-project-lite = "0.2.0" [dev-dependencies] +actix-rt = "2.0.0" futures-util = { version = "0.3.7", default-features = false } diff --git a/bytestring/Cargo.toml b/bytestring/Cargo.toml index 3e53417c..3dbf07b7 100644 --- a/bytestring/Cargo.toml +++ b/bytestring/Cargo.toml @@ -24,4 +24,4 @@ serde = { version = "1.0", optional = true } [dev-dependencies] serde_json = "1.0" -ahash = { version = "0.6", default-features = false } +ahash = { version = "0.7", default-features = false }