Codebase list rust-serde-xml-rs / eda143c
erased-serde - establish baseline for tests. Peter Michael Green 1 year, 7 months ago
2 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 * Team upload.
33 * Package erased-serde 0.3.23 from crates.io using debcargo 2.5.0
44 * set collapse_features = true
5 * Establish baseline for tests
56
67 -- Peter Michael Green <plugwash@debian.org> Thu, 22 Sep 2022 13:02:24 +0000
78
00 overlay = "."
11 uploaders = ["kpcyrd <git@rxv.cc>"]
22 collapse_features = true
3
4 #A succesful build requires at least one of the "std" and "alloc" features.
5 [packages.lib]
6 test_is_broken = true
7
8 [packages."lib+std"]
9 test_is_broken = false
10
11 [packages."lib+alloc"]
12 test_is_broken = false
13
14 [packages."lib+default"]
15 test_is_broken = false
16
17 [packages."lib+@"]
18 test_is_broken = false