From f6cde8c0c3d65f01f08b9637f5f28a758551047b Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 5 Dec 2023 12:53:27 -0600 Subject: [PATCH] Remove references to protobuf, update rust version in readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e032c3d..0a09980 100644 --- a/README.md +++ b/README.md @@ -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.