File: gate-examples.patch

package info (click to toggle)
rust-rkyv 0.8.12-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,540 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 731 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- rkyv.orig/Cargo.toml
+++ rkyv/Cargo.toml
@@ -94,2 +94,3 @@
 path = "examples/backwards_compat.rs"
+required-features = ["alloc", "bytecheck"]
 
@@ -98,2 +99,3 @@
 path = "examples/complex_wrapper_types.rs"
+required-features = ["alloc"]
 
@@ -102,2 +104,3 @@
 path = "examples/derive_partial_ord.rs"
+required-features = ["alloc"]
 
@@ -110,2 +113,3 @@
 path = "examples/json_like_schema.rs"
+required-features = ["alloc", "bytecheck", "std"]
 
@@ -114,2 +118,3 @@
 path = "examples/niching.rs"
+required-features = ["bytecheck"]
 
@@ -118,2 +123,3 @@
 path = "examples/readme.rs"
+required-features = ["alloc","bytecheck"]
 
@@ -122,2 +128,3 @@
 path = "examples/remote_types.rs"
+required-features = ["alloc", "bytecheck"]