File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ # 0.4.0 (January 7, 2021)
2
+
3
+ - Updated ` tokio-test ` dependency to 0.4
4
+ - Updated ` tokio ` dependency to 1.0
5
+
1
6
# 0.3.0 (December 19, 2019)
2
7
3
8
- Remove ` futures-executor ` dependency
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ license = "MIT"
14
14
readme = " README.md"
15
15
repository = " https://github.com/tower-rs/tower"
16
16
homepage = " https://github.com/tower-rs/tower"
17
- documentation = " https://docs.rs/tower-test/0.3.0-alpha.2 "
17
+ documentation = " https://docs.rs/tower-test/0.4.0 "
18
18
description = """
19
19
Utilities for writing client and server `Service` tests.
20
20
"""
@@ -23,11 +23,11 @@ edition = "2018"
23
23
24
24
[dependencies ]
25
25
futures-util = { version = " 0.3" , default-features = false }
26
- tokio = { version = " 0.3 " , features = [" sync" ] }
27
- tokio-test = { version = " 0.3 " }
26
+ tokio = { version = " 1.0 " , features = [" sync" ] }
27
+ tokio-test = " 0.4 "
28
28
tower-layer = { version = " 0.3" , path = " ../tower-layer" }
29
29
tower-service = { version = " 0.3" }
30
30
pin-project = " 1"
31
31
32
32
[dev-dependencies ]
33
- tokio = { version = " 0.3 " , features = [" macros" ] }
33
+ tokio = { version = " 1.0 " , features = [" macros" ] }
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/tower-test/0.3 .0" ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/tower-test/0.4 .0" ) ]
2
2
#![ warn(
3
3
missing_debug_implementations,
4
4
missing_docs,
You can’t perform that action at this time.
0 commit comments