1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-09 01:26:40 +00:00

update readme (#16)

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2025-09-26 20:08:39 -04:00 committed by GitHub
parent 213d584878
commit d9f9d4f0e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
# testscript-rs
[![CI](https://github.com/imjasonh/testscript-rs/workflows/CI/badge.svg)](https://github.com/imjasonh/testscript-rs/actions)
![Crates.io](https://img.shields.io/crates/v/testscript-rs)
A Rust crate for testing command-line tools using filesystem-based script files.
@ -58,7 +59,7 @@ Add testscript-rs to your `Cargo.toml`:
```toml
[dev-dependencies]
testscript-rs = "0.1"
testscript-rs = "<release>"
```
Requires Rust 1.70 or later.