From 5f025ba9cd586249c6d011d3c4580d12d551e533 Mon Sep 17 00:00:00 2001 From: Armin Becher Date: Wed, 19 Jun 2024 07:29:27 +0200 Subject: [PATCH] chore: Release --- ntest/Cargo.toml | 6 +++--- ntest_test_cases/Cargo.toml | 2 +- ntest_timeout/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ntest/Cargo.toml b/ntest/Cargo.toml index 5d80e2f..f8f1ba5 100644 --- a/ntest/Cargo.toml +++ b/ntest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntest" -version = "0.9.2" +version = "0.9.3" authors = [ "Armin Becher ",] edition = "2018" description = "Testing framework for rust which enhances the built-in library with some useful features." @@ -15,11 +15,11 @@ documentation = "https://docs.rs/ntest" path = "src/lib.rs" [dependencies.ntest_test_cases] -version = "0.9.2" +version = "0.9.3" path = "../ntest_test_cases" [dependencies.ntest_timeout] -version = "0.9.2" +version = "0.9.3" path = "../ntest_timeout" [badges.maintenance] diff --git a/ntest_test_cases/Cargo.toml b/ntest_test_cases/Cargo.toml index 1e70db3..55ed70c 100644 --- a/ntest_test_cases/Cargo.toml +++ b/ntest_test_cases/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntest_test_cases" -version = "0.9.2" +version = "0.9.3" authors = [ "Armin Becher ",] edition = "2018" description = "Test cases for ntest framework." diff --git a/ntest_timeout/Cargo.toml b/ntest_timeout/Cargo.toml index b0ad0cc..5a05bd1 100644 --- a/ntest_timeout/Cargo.toml +++ b/ntest_timeout/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntest_timeout" -version = "0.9.2" +version = "0.9.3" authors = [ "Armin Becher ",] edition = "2018" description = "Timeout attribute for the ntest framework."