Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
drop-untested-features.patch | Drop untested non-default features This crate is primarily packaged as a dependency to another app, which doesn't use any feature involving JS or WASM (those being marked "Untested" in the project's README). In order to simplify packaging and avoid introducing an unnecessary package in the Debian archive, let's just patch out those features. |
no | 2024-03-04 | |||
fix-tests.patch | Fix tests The profile tests rely on the local crate::requester::hyper module, which only exists when the "hyper-requester" feature is enabled. Therefore, those tests will fail for all single-feature runs except one. Ensure this test is only enabled when the required feature is. Some tests also always fail, some ignore them for now. |
Arnaud Ferraris <aferraris@debian.org> | no | 2024-03-04 | ||
relax-deps.patch | Relax dependencies using Debian versions | Arnaud Ferraris <aferraris@debian.org> | no | 2024-03-04 |