File: remove-typemap.patch

package info (click to toggle)
rust-wyz 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168 kB
  • sloc: makefile: 4
file content (20 lines) | stat: -rw-r--r-- 375 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: wyz/Cargo.toml
===================================================================
--- wyz.orig/Cargo.toml
+++ wyz/Cargo.toml
@@ -36,15 +36,7 @@ optional = true
 [dependencies.tap]
 version = "1"
 
-[dependencies.typemap]
-version = "0.3"
-optional = true
-
 [features]
 alloc = []
 default = ["std"]
-garbage = [
-    "once_cell",
-    "typemap",
-]
 std = ["alloc"]