rdedup: fix build

This commit is contained in:
q66 2020-01-02 18:04:47 +01:00
parent 965f5980d4
commit 49abdb4219
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ if [ "$CROSS_BUILD" ]; then
fi
pre_build() {
cargo update --package openssl-sys --precise 0.9.46
cargo update --package openssl-sys --precise 0.9.53
cargo update --package openssl --precise 0.10.22
}