From 4f26d617974c977bd30ed2f4ba5494b4be889e23 Mon Sep 17 00:00:00 2001 From: Alexander Evgin Date: Mon, 9 Dec 2024 20:38:24 +0400 Subject: [PATCH] release-workflow: downgrade Cross version to avoid error with OpenSSL https://github.com/cross-rs/cross/issues/229 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 25b3878..23bea0e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,7 +66,7 @@ jobs: # Bump this as appropriate. We pin to a version to make sure CI # continues to work as cross releases in the past have broken things # in subtle ways. - CROSS_VERSION: v0.2.5 + CROSS_VERSION: v0.1.16 # Emit backtraces on panics. RUST_BACKTRACE: 1 # Build static releases with PCRE2.