File: remove-macos.patch

package info (click to toggle)
rust-service-binding 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: sh: 2; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: disable macos dependencies
Author: Nadzeya Hutsko <nadzya.info@gmail.com>
Forwarded: not-needed
Last-Update: 2025-09-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,6 +57,3 @@
 
 [dev-dependencies.testresult]
 version = "0.4.0"
-
-[target."cfg(target_os = \"macos\")".dependencies.raunch]
-version = "1"