aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-05-26 20:00:07 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-05-26 20:00:07 +0000
commitcdac2ba858c6f91b2649019a7da5ee95bd24d1ab (patch)
tree7c9ea86b04094bc8e43b6dad60e99fd8a2c96f65 /Cargo.toml
parent1566b996d39d2bb914e63ee86ee6a619d4208499 (diff)
parentd7a0e8ad625499ef67b57cfd0438a19abbdbc5b8 (diff)
downloadtokio-test-cdac2ba858c6f91b2649019a7da5ee95bd24d1ab.tar.gz
Upgrade rust/crates/tokio-test to 0.4.2 am: 061ddcc8ef am: f51066b84e am: d7a0e8ad62
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tokio-test/+/1713269 Change-Id: Ie5100d8a565df16d55a40da38d0650742a81f84a
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"