Update readme to refer to 1.70

This commit is contained in:
asonix 2023-06-22 19:37:16 -05:00
parent 58ecb9bb50
commit e139765e6d
1 changed files with 3 additions and 4 deletions

View File

@ -244,10 +244,9 @@ These binaries are called by pict-rs to process uploaded media, so they must be
available to pict-rs. available to pict-rs.
##### Compile from Source ##### Compile from Source
pict-rs can be compiled from source using a recent version of the rust compiler. I do development on pict-rs can be compiled from source using a recent version of the rust compiler. I do development
1.69 and produce releases on 1.70. pict-rs also requires the `protoc` protobuf compiler to be and produce releases on 1.70. pict-rs also requires the `protoc` protobuf compiler to be present at
present at build-time in order to enable use of build-time in order to enable use of [`tokio-console`](https://github.com/tokio-rs/console).
[`tokio-console`](https://github.com/tokio-rs/console).
Like the Binary Download option, `imagemagick`, `ffmpeg`, and `exiftool` must be installed for Like the Binary Download option, `imagemagick`, `ffmpeg`, and `exiftool` must be installed for
pict-rs to run properly. pict-rs to run properly.