1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 15:07:43 +02:00

prepare utils release 3.0.0-beta.4

This commit is contained in:
Rob Ede
2021-04-01 13:57:08 +01:00
parent fb27ffc525
commit 6d66cfb06a
5 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
## 3.0.0-beta.4 - 2021-04-01
* Add `future::Either` type. [#305]
[#305]: https://github.com/actix/actix-net/pull/305

View File

@ -1,6 +1,6 @@
[package]
name = "actix-utils"
version = "3.0.0-beta.3"
version = "3.0.0-beta.4"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",