From 42dffaef10960f3ef9d46049314b9b1101387d95 Mon Sep 17 00:00:00 2001 From: Rain Date: Tue, 29 Aug 2023 13:13:43 -0700 Subject: [PATCH] [datatest-stable] version 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6881574b3..85cdd51bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ dependencies = [ [[package]] name = "datatest-stable" -version = "0.2.1" +version = "0.2.2" dependencies = [ "camino", "libtest-mimic", diff --git a/Cargo.toml b/Cargo.toml index f580a627d..8701865e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datatest-stable" -version = "0.2.1" +version = "0.2.2" description = "Data-driven tests that work on stable Rust" repository = "https://github.com/nextest-rs/datatest-stable" license = "MIT OR Apache-2.0"