File: disable-scale-info.diff

package info (click to toggle)
rust-typenum 1.17.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: makefile: 4
file content (20 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: typenum/Cargo.toml
===================================================================
--- typenum.orig/Cargo.toml
+++ typenum/Cargo.toml
@@ -33,15 +33,9 @@ repository = "https://github.com/paholg/
 [lib]
 name = "typenum"
 
-[dependencies.scale-info]
-version = "1.0"
-optional = true
-default-features = false
-
 [features]
 const-generics = []
 force_unix_path_separator = []
 i128 = []
 no_std = []
-scale_info = ["scale-info/derive"]
 strict = []