File: 2001_windows.patch

package info (click to toggle)
rust-smol 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 344 kB
  • sloc: perl: 258; python: 148; makefile: 5; sh: 1
file content (14 lines) | stat: -rw-r--r-- 399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: avoid windows-only dependency on crate uds_windows
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2022-07-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,6 +50,3 @@
 inotify = { version = "0.10", default-features = false }
 nix = "0.24"
 timerfd = "1"
-
-[target.'cfg(windows)'.dev-dependencies]
-uds_windows = "1"