From 84e8a41d08e081aa793001c720959931c6230670 Mon Sep 17 00:00:00 2001 From: Lukas Pukenis Date: Thu, 9 Jan 2025 10:18:09 +0200 Subject: [PATCH] Manually revert back pqcrypto-internals to 0.2.5 Darwin runners fail after the update of this crate which is a transient dependency. Using `[patch]` doesn't update properly so this is a manual attempt. There's outstanding PR which claims to fix the issue: https://github.com/rustpq/pqcrypto/pull/72 The error in question from compilation: ``` cargo:warning=:79:5: error: instruction requires: sha3 ``` Signed-off-by: Lukas Pukenis --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17a4321ed..88f77cb5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3128,9 +3128,9 @@ dependencies = [ [[package]] name = "pqcrypto-internals" -version = "0.2.7" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62cd8ebf02b43967cda06e6a3f54d0bd9659459c3003d16aeedd07b44c6db06c" +checksum = "d9d34bec6abe2283e6de7748b68b292d1ffa2203397e3e71380ff8418a49fb46" dependencies = [ "cc", "dunce",