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

@@ -15,6 +15,8 @@ An online demo is available at [scan.rxing.org](https://scan.rxing.org).
## WASM ## WASM
If you're looking for a WASM version of this library, check out [rxing-wasm](https://github.com/rxing-core/rxing-wasm), or on [NPM](https://www.npmjs.com/package/rxing-wasm). If you're looking for a WASM version of this library, check out [rxing-wasm](https://github.com/rxing-core/rxing-wasm), or on [NPM](https://www.npmjs.com/package/rxing-wasm).
## 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.
## Status ## Status
All barcode formats are tested and functioning in their current state against current tests. All barcode formats are tested and functioning in their current state against current tests.

View File

@@ -17,3 +17,6 @@ A command line interface for rxing supporting encoding and decoding of barcode d
## Example Multi Barcode 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.