File: disable-macro-diagnostics.patch

package info (click to toggle)
rust-uuid 1.18.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 548 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -105,7 +105,6 @@
     "rng",
     "dep:rand",
 ]
-macro-diagnostics = ["dep:uuid-macro-internal"]
 md5 = ["dep:md-5"]
 rng = ["dep:getrandom"]
 rng-getrandom = [
@@ -176,10 +175,6 @@
 version = "2"
 optional = true
 
-[dependencies.uuid-macro-internal]
-version = "1.18.0"
-optional = true
-
 [dependencies.zerocopy]
 version = "0.8"
 features = ["derive"]