From 719600dcbc6962cd2697df7543700df6d34d795d Mon Sep 17 00:00:00 2001 From: Rain Date: Mon, 8 Apr 2024 17:11:40 -0700 Subject: [PATCH] [datatest-stable] version 0.2.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b1326429..b46eb4595 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "datatest-stable" -version = "0.2.3" +version = "0.2.4" dependencies = [ "camino", "libtest-mimic", diff --git a/Cargo.toml b/Cargo.toml index 978e510e6..66e9a3500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datatest-stable" -version = "0.2.3" +version = "0.2.4" description = "Data-driven tests that work on stable Rust" repository = "https://github.com/nextest-rs/datatest-stable" license = "MIT OR Apache-2.0"