From 7082d772c3e7cafc330418a6e413219906c7ca93 Mon Sep 17 00:00:00 2001 From: Romain Reignier Date: Tue, 31 Jan 2023 12:20:18 +0100 Subject: [PATCH] Add minimum required libsodium version in README, fix #370 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea2895b..1f15c70 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ $ bupstash gc ## From source -First ensure you have a recent rust+cargo, pkg-config and libsodium-dev package installed. +First ensure you have a recent rust+cargo, pkg-config and libsodium-dev (>= 1.0.14) package installed. Next clone the repository and run cargo build. ```