File: disable-uuid-macro-diagnostics.patch

package info (click to toggle)
rust-vhost 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 748 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
From: Michael Tokarev <mjt@tls.msk.ru>
Subject: disable macro-diagnistics feature from uuid
Date: Fri, 29 Nov 2024 13:02:51 +0300

This feature is disabled in rust-uuid in debian,
so do not use it.

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,3 +51,3 @@
     "fast-rng",
-    "macro-diagnostics",
+#    "macro-diagnostics",
 ]