aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-05-26 20:19:10 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-05-26 20:19:10 +0000
commite154536e6c5641e32612aa04d824067c6893d290 (patch)
tree7c9ea86b04094bc8e43b6dad60e99fd8a2c96f65 /Cargo.toml
parente308d02143be2bc6efb1ccd05146077ae7f98669 (diff)
parentcdac2ba858c6f91b2649019a7da5ee95bd24d1ab (diff)
downloadtokio-test-e154536e6c5641e32612aa04d824067c6893d290.tar.gz
Upgrade rust/crates/tokio-test to 0.4.2 am: 061ddcc8ef am: f51066b84e am: d7a0e8ad62 am: cdac2ba858
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tokio-test/+/1713269 Change-Id: I429235f1846585c3c840230d6bb2b0142eff6e7e
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6dc1d0c..1ebd109 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,11 +13,11 @@
[package]
edition = "2018"
name = "tokio-test"
-version = "0.4.1"
+version = "0.4.2"
authors = ["Tokio Contributors <team@tokio.rs>"]
description = "Testing utilities for Tokio- and futures-based code\n"
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"
categories = ["asynchronous", "testing"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"