From 4b6497e987be3259de4f8d7f6e92209d3576b6b7 Mon Sep 17 00:00:00 2001 From: Antonio Yang Date: Wed, 24 Jan 2024 08:59:04 +0800 Subject: [PATCH] Update libtest-with (#82) * update libtest-with * bounce version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b55786b..758717c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-with" -version = "0.12.3" +version = "0.12.4" authors = ["Antonio Yang "] edition = "2021" license = "MIT" @@ -45,4 +45,4 @@ executable = ["which"] [dev-dependencies] tokio = { version = "1.15.0", features = ["rt", "macros"] } serial_test = "2.0.0" -libtest-with = { version = "0.6.1-6", features = ["net", "resource", "user", "executable"] } +libtest-with = { version = "0.7.0-0", features = ["net", "resource", "user", "executable"] }