From e2fb0fe3ad1b36f7ae7cda5198bc475373f8252b Mon Sep 17 00:00:00 2001 From: michele Date: Sat, 23 Oct 2021 19:17:13 +0200 Subject: [PATCH] Next rstest_test version --- rstest_test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rstest_test/Cargo.toml b/rstest_test/Cargo.toml index f8fb2e1..189cd3f 100644 --- a/rstest_test/Cargo.toml +++ b/rstest_test/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT/Apache-2.0" name = "rstest_test" readme = "README.md" repository = "https://github.com/la10736/rstest" -version = "0.5.0" +version = "0.6.0" [dependencies] regex = "1.5.4"