From d70518e9ac499b610ae7dd1b6f7d04df6de96d42 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Sat, 21 Mar 2026 17:10:05 +0100 Subject: [PATCH] Bump version for release Not a bugfix release since we bumped dependencies and MSRV. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55491cb..d6a6755 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testdir" -version = "0.9.3" +version = "0.10.0" authors = ["Floris Bruynooghe "] edition = "2024" description = "Semi-persistent, scoped test directories"