From 3a7e8ca3e573fbf7c25b01fe1a2f7e246dbfbcb8 Mon Sep 17 00:00:00 2001 From: Rain Date: Tue, 9 Apr 2024 12:05:34 -0700 Subject: [PATCH] [datatest-stable] version 0.2.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6de52c01b..cd89b5fa8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "datatest-stable" -version = "0.2.5" +version = "0.2.6" dependencies = [ "camino", "libtest-mimic", diff --git a/Cargo.toml b/Cargo.toml index 8ed8559d0..10bd25854 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datatest-stable" -version = "0.2.5" +version = "0.2.6" description = "Data-driven tests that work on stable Rust" repository = "https://github.com/nextest-rs/datatest-stable" license = "MIT OR Apache-2.0"