From 0d4ad4e114e6ef4725ad72b3b83ae0061463fd20 Mon Sep 17 00:00:00 2001 From: lunik1 Date: Sat, 11 Jan 2020 18:43:46 +0000 Subject: [PATCH] fix(docs): List v0.12 in Cargo.toml snippet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ddf3cc..70f11e8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add to your `Cargo.toml`: ```toml [dependencies] -assert_cmd = "0.11" +assert_cmd = "0.12" ``` ## Example