1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-08 17:16:38 +00:00

Update version to 0.2.7 (#42)

This commit is contained in:
Copilot 2025-10-12 16:14:35 +00:00 committed by GitHub
parent a3f2369b4f
commit 57965e8c91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.4"
version = "0.2.7"
dependencies = [
"anyhow",
"arbitrary",

View file

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