File: disable-features.patch

package info (click to toggle)
rust-ordermap 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 704 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: ordermap/Cargo.toml
===================================================================
--- ordermap.orig/Cargo.toml
+++ ordermap/Cargo.toml
@@ -58,15 +58,7 @@ arbitrary = [
     "dep:arbitrary",
     "indexmap/arbitrary",
 ]
-borsh = [
-    "dep:borsh",
-    "borsh/indexmap",
-]
 default = ["std"]
-quickcheck = [
-    "dep:quickcheck",
-    "indexmap/quickcheck",
-]
 rayon = [
     "dep:rayon",
     "indexmap/rayon",