Codebase list rust-stfu8 / 36237c5
disable the scale-info package in typenum Sylvestre Ledru 1 year, 11 months ago
3 changed file(s) with 32 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-typenum (1.15.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package typenum 1.15.0 from crates.io using debcargo 2.5.0
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Mon, 23 May 2022 23:07:04 +0200
6
07 rust-typenum (1.15.0-1) unstable; urgency=medium
18
29 * Team upload.
0 Index: typenum/Cargo.toml
1 ===================================================================
2 --- typenum.orig/Cargo.toml
3 +++ typenum/Cargo.toml
4 @@ -24,14 +24,14 @@ repository = "https://github.com/paholg/
5
6 [lib]
7 name = "typenum"
8 -[dependencies.scale-info]
9 -version = "1.0"
10 -optional = true
11 -default-features = false
12 +#[dependencies.scale-info]
13 +#version = "1.0"
14 +#optional = true
15 +#default-features = false
16
17 [features]
18 force_unix_path_separator = []
19 i128 = []
20 no_std = []
21 -scale_info = ["scale-info/derive"]
22 +#scale_info = ["scale-info/derive"]
23 strict = []
0 disable-scale-info.diff