mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
chore: prepare tokio-test v0.4.2 (#3786)
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
# 0.4.2 (May 14, 2021)
|
||||||
|
|
||||||
|
- test: add `assert_elapsed!` macro ([#3728])
|
||||||
|
|
||||||
|
[#3728]: https://github.com/tokio-rs/tokio/pull/3728
|
||||||
|
|
||||||
# 0.4.1 (March 10, 2021)
|
# 0.4.1 (March 10, 2021)
|
||||||
|
|
||||||
- Fix `io::Mock` to be `Send` and `Sync` ([#3594])
|
- Fix `io::Mock` to be `Send` and `Sync` ([#3594])
|
||||||
|
|||||||
@@ -6,13 +6,13 @@ name = "tokio-test"
|
|||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "tokio-test-0.4.x" git tag.
|
# - Create "tokio-test-0.4.x" git tag.
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Tokio Contributors <[email protected]>"]
|
authors = ["Tokio Contributors <[email protected]>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/tokio-rs/tokio"
|
repository = "https://github.com/tokio-rs/tokio"
|
||||||
homepage = "https://tokio.rs"
|
homepage = "https://tokio.rs"
|
||||||
documentation = "https://docs.rs/tokio-test/0.4.1/tokio_test"
|
documentation = "https://docs.rs/tokio-test/0.4.2/tokio_test"
|
||||||
description = """
|
description = """
|
||||||
Testing utilities for Tokio- and futures-based code
|
Testing utilities for Tokio- and futures-based code
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user