1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-07 00:33:38 +00:00
Signed-off-by: Jason Hall <imjasonh@gmail.com>
This commit is contained in:
Jason Hall 2025-12-30 12:47:57 -05:00
parent a69a295cbc
commit 3536f0d48b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -202,7 +202,7 @@ dependencies = [
[[package]]
name = "testscript-rs"
version = "0.2.7"
version = "0.2.9"
dependencies = [
"anyhow",
"arbitrary",

View file

@ -1,6 +1,6 @@
[package]
name = "testscript-rs"
version = "0.2.7"
version = "0.2.9"
edition = "2021"
authors = ["Jason Hall"]
license = "Apache-2.0"