Remove references to protobuf, update rust version in readme

This commit is contained in:
asonix 2023-12-05 12:53:27 -06:00
parent 253867a0b5
commit f6cde8c0c3

View file

@ -254,8 +254,7 @@ More information is available in the [Ubuntu and Debian docs](./docs/ubuntu-and-
##### Compile from Source
pict-rs can be compiled from source using a recent version of the rust compiler. I do development
and produce releases on 1.70. pict-rs also requires the `protoc` protobuf compiler to be present at
build-time in order to enable use of [`tokio-console`](https://github.com/tokio-rs/console).
and produce releases on 1.73.
Like the Binary Download option, `imagemagick`, `ffmpeg`, and `exiftool` must be installed for
pict-rs to run properly.