From a2625e24f5aeb76a7b57a379fca9588cca71c97b Mon Sep 17 00:00:00 2001 From: Oleg Martynov Date: Tue, 13 Feb 2024 12:27:58 +0000 Subject: [PATCH] Update README.md Updated dependencies in "How to use" section, current ones are not working. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed9553d..8541d1b 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ Add the following to your `Cargo.toml`: ``` toml [dependencies] -bardecoder = "0.4.2" -image = "0.23" +bardecoder = "0.5.0" +image = "0.24" ``` You can also use `image` version 0.24 but some changes in that library seem to have degraded performance of `bardecoder` every so slightly.