Skip to content

Commit

Permalink
chore: prepare tokio-test v0.4.2 (#3786)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed May 14, 2021
1 parent aaa150d commit ff9b0ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions tokio-test/CHANGELOG.md
@@ -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)

- Fix `io::Mock` to be `Send` and `Sync` ([#3594])
Expand Down
4 changes: 2 additions & 2 deletions tokio-test/Cargo.toml
Expand Up @@ -6,13 +6,13 @@ name = "tokio-test"
# - Cargo.toml
# - Update CHANGELOG.md.
# - Create "tokio-test-0.4.x" git tag.
version = "0.4.1"
version = "0.4.2"
edition = "2018"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
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 = """
Testing utilities for Tokio- and futures-based code
"""
Expand Down

0 comments on commit ff9b0ef

Please sign in to comment.