Codebase list rust-stfu8 / 53133bc
tokio-util - establish baseline for tests. Peter Michael Green 1 year, 10 months ago
2 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
66 * Lower hashbrown dependency to match the version in Debian.
77 * Remove dev-dependencies on futures-test and tokio-test and disable tests
88 that depend on them so the rest of the tests can run.
9 * Establish baseline for tests.
910
1011 -- Peter Michael Green <plugwash@debian.org> Sun, 19 Jun 2022 16:05:28 +0000
1112
00 overlay = "."
11 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
22 collapse_features = true
3
4 #tests require the "full" feature.
5 [packages.lib]
6 test_is_broken = true
7
8 [packages."lib+full"]
9 test_is_broken = false