From e9d05f1ca212da0d5df2f800eebf58dd924f7b6e Mon Sep 17 00:00:00 2001 From: Yoshitomo Nakanishi Date: Wed, 4 Dec 2024 18:17:10 +0100 Subject: [PATCH] Fix `README` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 591421c..8cbf9f9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Add the following dependency to your `Cargo.toml`. ``` toml [dev-dependencies] -dir-test = "0.1" +dir-test = "0.4" ``` ### Basic Usage @@ -141,4 +141,4 @@ use dir_test::{dir_test, Fixture}; fn test(fixture: Fixture<&str>) -> std::io::Result<()> { // ... } -``` \ No newline at end of file +```