mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 09:45:12 +03:00
See: https://github.com/helix-editor/helix/issues/13155 alpine/aports!78019 (comment 471047)
29 lines
860 B
Diff
29 lines
860 B
Diff
From 55088d00a972fcb5934231f0efb4f85365fca65c Mon Sep 17 00:00:00 2001
|
|
From: Matthias Ahouansou <matthias@ahouansou.cz>
|
|
Date: Fri, 21 Mar 2025 23:43:27 +0000
|
|
Subject: [PATCH] bump cc-rs
|
|
|
|
This fixes https://github.com/helix-editor/helix/issues/13155
|
|
---
|
|
Cargo.lock | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/Cargo.lock b/Cargo.lock
|
|
index c731060d..c0c0b677 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -136,9 +136,9 @@ checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
-version = "1.2.9"
|
|
+version = "1.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b"
|
|
+checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
|
|
dependencies = [
|
|
"shlex",
|
|
]
|
|
--
|
|
2.47.2
|
|
|