diff --git a/README.md b/README.md index ed9553d..65c2496 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. @@ -155,4 +155,4 @@ If you find an image with a QR code that this library is unable to decode, pleas ## Contributing -If you find a small bug and manage to fix it yourself, please feel free to submit a pull request. For larger refactorings and more fundamental issues please submit a [ticket](https://github.com/piderman314/bardecoder/issues) outlining the problem and potential solution. \ No newline at end of file +If you find a small bug and manage to fix it yourself, please feel free to submit a pull request. For larger refactorings and more fundamental issues please submit a [ticket](https://github.com/piderman314/bardecoder/issues) outlining the problem and potential solution.