Package: rust-axum / 0.8.4-2
Metadata
Package | Version | Patches format |
---|---|---|
rust-axum | 0.8.4-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
1001_feature_fencing.patch | (download) |
axum-extra/src/extract/cookie/mod.rs |
3 2 + 1 - 0 ! |
add feature fences for tests |
1002_disable_examples.patch | (download) |
Cargo.toml |
2 1 + 1 - 0 ! |
disable examples to allow per-feature testing The directory <examples/> is collection of complete crates, not tests. This means they cannot be omitted by use of required-features; they straight off fail to build when required features are unavailable. . Theoretically, we could annotate each of them with required features, and run them when features are satisfied. But that's too much busy work. For now, just disable all of them. |
1003_matchit.patch | (download) |
axum/Cargo.toml |
2 1 + 1 - 0 ! |
accept newer releases of crate matchit |
2001_prost.patch | (download) |
axum-extra/Cargo.toml |
2 1 + 1 - 0 ! |
accept older branch of crate prost |
2001_tokio.patch | (download) |
axum/Cargo.toml |
4 2 + 2 - 0 ! |
accept older releases of crate tokio |
2001_tokio tungstenite.patch | (download) |
axum/Cargo.toml |
4 2 + 2 - 0 ! |
accept older branches of crate tokio-tungstenite |
2001_tracing subscriber.patch | (download) |
axum-extra/Cargo.toml |
2 1 + 1 - 0 ! |
accept older release of crate tracing-subscriber |
2001_typed json.patch | (download) |
axum-extra/Cargo.toml |
2 0 + 2 - 0 ! |
avoid not-in-debian crate typed-json |
2002_release_testing.patch | (download) |
axum-macros/src/lib.rs |
2 1 + 1 - 0 ! |
skip test failing when compiling in release mode |
2003_no_net_test.patch | (download) |
axum/src/routing/tests/mod.rs |
1 1 + 0 - 0 ! |
skip test seemingly requiring network access |
2004_no_benches.patch | (download) |
axum/Cargo.toml |
5 1 + 4 - 0 ! |
avoid benches |
2005_workspace_testing.patch | (download) |
axum-extra/Cargo.toml |
1 1 + 0 - 0 ! |
detect if building in workspace and fence tests needing that |
2006_break_dep_cycle.patch | (download) |
axum-core/Cargo.toml |
2 0 + 2 - 0 ! |
break cyclic dependency |