From 99762580819fc56a20d2d9e601d5f855a87e22bc Mon Sep 17 00:00:00 2001 From: michele Date: Wed, 25 May 2022 09:51:48 +0200 Subject: [PATCH] #148: remove useless async-std dependency --- rstest/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rstest/Cargo.toml b/rstest/Cargo.toml index 969ee87..2a12f7d 100644 --- a/rstest/Cargo.toml +++ b/rstest/Cargo.toml @@ -17,7 +17,6 @@ version = "0.14.0" [lib] [dependencies] -async-std = {version = "1.9.0", features = ["attributes"]} futures = "0.3.15" futures-timer = "3.0.2" rstest_macros = {version = "0.14.0", path = "../rstest_macros"}