From fb3028f3a2ce37350d11398635c6e75108a2c693 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sat, 26 Aug 2023 17:09:49 +0200 Subject: [PATCH] test: fix testing category slug (#5953) --- tokio-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-test/Cargo.toml b/tokio-test/Cargo.toml index 2801e25ec..bc26179bd 100644 --- a/tokio-test/Cargo.toml +++ b/tokio-test/Cargo.toml @@ -14,7 +14,7 @@ homepage = "https://tokio.rs" description = """ Testing utilities for Tokio- and futures-based code """ -categories = ["asynchronous", "testing"] +categories = ["asynchronous", "development-tools::testing"] [dependencies] tokio = { version = "1.2.0", path = "../tokio", features = ["rt", "sync", "time", "test-util"] }