From 47d5af35ad901dc6c3d82621526f83594da6c92a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20H=C3=B6ner?= Date: Sun, 30 Jul 2023 19:05:43 +0200 Subject: [PATCH] Update version in README.md (again) Turns out there is a second mention. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b452861..17114e0 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ clause to your `Cargo.toml` dependency entry, e.g.: ```toml [dependencies] -color-backtrace = { version = "0.5", default-features = false } +color-backtrace = { version = "0.6", default-features = false } ``` This will reduce dependencies from ~50 → ~10. However, you'll pay for it with