From d9f9d4f0e6d99c93420794ec130549d9e2e933e6 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 26 Sep 2025 20:08:39 -0400 Subject: [PATCH] update readme (#16) Signed-off-by: Jason Hall --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5f964c..703179a 100644 --- a/README.md +++ b/README.md @@ -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 = "" ``` Requires Rust 1.70 or later.