Skip to content

Commit 6d66cfb

Browse files
committed
prepare utils release 3.0.0-beta.4
1 parent fb27ffc commit 6d66cfb

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

actix-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ default = []
2323
[dependencies]
2424
actix-rt = { version = "2.0.0", default-features = false }
2525
actix-service = "2.0.0-beta.5"
26-
actix-utils = "3.0.0-beta.2"
26+
actix-utils = "3.0.0-beta.4"
2727

2828
futures-core = { version = "0.3.7", default-features = false, features = ["alloc"] }
2929
log = "0.4"

actix-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ uri = ["http"]
4343
actix-codec = "0.4.0-beta.1"
4444
actix-rt = { version = "2.2.0", default-features = false }
4545
actix-service = "2.0.0-beta.5"
46-
actix-utils = "3.0.0-beta.2"
46+
actix-utils = "3.0.0-beta.4"
4747

4848
derive_more = "0.99.5"
4949
futures-core = { version = "0.3.7", default-features = false, features = ["alloc"] }

actix-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ path = "src/lib.rs"
1717

1818
[dependencies]
1919
actix-service = "2.0.0-beta.5"
20-
actix-utils = "3.0.0-beta.3"
20+
actix-utils = "3.0.0-beta.4"
2121

2222
tracing = "0.1"
2323
tracing-futures = "0.2"

actix-utils/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes
22

33
## Unreleased - 2021-xx-xx
4+
5+
6+
## 3.0.0-beta.4 - 2021-04-01
47
* Add `future::Either` type. [#305]
58

69
[#305]: https://github.com/actix/actix-net/pull/305

actix-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-utils"
3-
version = "3.0.0-beta.3"
3+
version = "3.0.0-beta.4"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"Rob Ede <[email protected]>",

0 commit comments

Comments
 (0)