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 committed Feb 13, 2024
1 parent 323a475 commit a2625e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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

0 comments on commit a2625e2

Please sign in to comment.