1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
overlay = "."
uploaders = [
"Wolfgang Silbermayr <wolfgang@silbermayr.at>",
"kpcyrd <git@rxv.cc>",
]
collapse_features = true
[packages."lib+rustc-serialize"]
# The test would only work with `std` enabled, but that can't be done
# easily for an optional dependency unless a separate feature would be
# defined
test_is_broken = true
[packages."lib+arbitrary"]
# The test would only work with `std` enabled, but that can't be done
# easily for an optional dependency unless a separate feature would be
# defined
test_is_broken = true
|