From 3e8a70b81753cb31bbb200c917d2c64873a8632e Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Tue, 30 Sep 2025 03:46:48 -0400 Subject: [PATCH] update Cargo.lock too (#35) I'm still getting the hang of this thing... --------- Signed-off-by: Jason Hall --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2bd2de8..bade8a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,7 +202,7 @@ dependencies = [ [[package]] name = "testscript-rs" -version = "0.1.0" +version = "0.2.2" dependencies = [ "anyhow", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 90a3707..8c1029f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testscript-rs" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["Jason Hall"] license = "Apache-2.0"