From dc858bd30ba491cd59dfef7889a27cfb3936c8a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20H=C3=B6ner?= Date: Sun, 30 Jul 2023 18:29:17 +0200 Subject: [PATCH] Update version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a26eedb..b452861 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ and printing the relevant source snippets. ```toml [dependencies] -color-backtrace = { version = "0.5" } +color-backtrace = { version = "0.6" } ``` To enable it, simply place this code somewhere in your app initialization code: