Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated dependencies in "How to use" section, current ones are not working.
  • Loading branch information
fjolne authored Feb 13, 2024
1 parent 323a475 commit 7fb69cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
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.

0 comments on commit 7fb69cf

Please sign in to comment.