File: disable-uuid-std.patch

package info (click to toggle)
rust-rkyv 0.8.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,440 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: rkyv/Cargo.toml
===================================================================
--- rkyv.orig/Cargo.toml
+++ rkyv/Cargo.toml
@@ -239,7 +239,6 @@ std = [
     "bytes-1?/std",
     "indexmap-2?/std",
     "ptr_meta/std",
-    "uuid-1?/std",
 ]
 triomphe-0_1 = [
     "dep:triomphe-0_1",