add minimum rust version to documentation

Fixes #35
This commit is contained in:
Henry Schimke
2023-05-16 08:26:04 -05:00
parent eb97b628a9
commit 07c1f17766
2 changed files with 6 additions and 1 deletions

View File

@@ -16,4 +16,7 @@ A command line interface for rxing supporting encoding and decoding of barcode d
`rxing-cli test_image.jpg decode`
## Example Multi Barcode Decode
`rxing-cli test_image.jpg decode --decode-multi`
`rxing-cli test_image.jpg decode --decode-multi`
## Minimum Rust Version
Currently building with a minimum rust version of 1.69. Versions below that are not tested and may not compile or run as expected.