From eb484c5fbb5e554e14f97772a6ffbf6d6518fb4a Mon Sep 17 00:00:00 2001 From: emmett1 Date: Tue, 10 Jun 2025 11:23:13 +0000 Subject: rust: updated to 1.87.0 --- repos/extra/rust/fix-curl.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'repos/extra/rust/fix-curl.patch') diff --git a/repos/extra/rust/fix-curl.patch b/repos/extra/rust/fix-curl.patch index b29c2794..dcd3333d 100644 --- a/repos/extra/rust/fix-curl.patch +++ b/repos/extra/rust/fix-curl.patch @@ -24,10 +24,10 @@ index a451b24..363b314 100644 .define("CURL_DISABLE_DICT", None) .define("CURL_DISABLE_GOPHER", None) .define("CURL_DISABLE_IMAP", None) -diff --git a/vendor/curl-sys-0.4.79+curl-8.12.0/build.rs b/vendor/curl-sys-0.4.79+curl-8.12.0/build.rs -index 8315a20..98dedb4 100644 ---- a/vendor/curl-sys-0.4.79+curl-8.12.0/build.rs -+++ b/vendor/curl-sys-0.4.79+curl-8.12.0/build.rs +diff --git a/vendor/curl-sys-0.4.80+curl-8.12.1/build.rs b/vendor/curl-sys-0.4.80+curl-8.12.1/build.rs +index 89f431d..57f891a 100644 +--- a/vendor/curl-sys-0.4.80+curl-8.12.1/build.rs ++++ b/vendor/curl-sys-0.4.80+curl-8.12.1/build.rs @@ -117,6 +117,8 @@ fn main() { .include("curl/lib") .include("curl/include") -- cgit v1.2.3