From c8453e77e61ac9bf1e826c7b850379cbf90b2af8 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 6 Dec 2023 15:11:09 -0500 Subject: [PATCH] fix(rustls-ffi) closes #4330 --- projects/crates.io/rustls-ffi/package.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/projects/crates.io/rustls-ffi/package.yml b/projects/crates.io/rustls-ffi/package.yml index 8e6dae91..8479a5d0 100644 --- a/projects/crates.io/rustls-ffi/package.yml +++ b/projects/crates.io/rustls-ffi/package.yml @@ -1,5 +1,7 @@ distributable: - url: https://codeload.github.com/rustls/rustls-ffi/tar.gz/refs/tags/v{{version}} + # url: https://codeload.github.com/rustls/rustls-ffi/tar.gz/refs/tags/v{{version}} + # 0.12.0 changed the tag format (possibly transiently) + url: https://codeload.github.com/rustls/rustls-ffi/tar.gz/refs/tags/{{version}} strip-components: 1 versions: @@ -39,4 +41,4 @@ test: curl -O https://raw.githubusercontent.com/rustls/rustls-ffi/v{{ version }}/tests/$file done cc client.c common.c -o client $ARGS - CA_FILE=$SSL_CERT_FILE ./client tea.xyz 443 / \ No newline at end of file + CA_FILE=$SSL_CERT_FILE ./client tea.xyz 443 /