From e2da68f11e150ffec728088c438a8ad59213d84d Mon Sep 17 00:00:00 2001 From: Karlo <88337245+Rqnsom@users.noreply.github.com> Date: Wed, 28 May 2025 13:54:00 +0200 Subject: [PATCH] README: use the latest v3.0 version for example Update the how-to-use example to use `colored = "3"` in the example toml file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8a8bfe..7ade6f4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Add this in your `Cargo.toml`: ```toml [dependencies] -colored = "2" +colored = "3" ``` and add this to your `lib.rs` or `main.rs`: