summarylogtreecommitdiffstats
path: root/0003-cargo-downgrade-http-to-0.2.12.patch
AgeCommit message (Collapse)Author
2024-11-30bump version to 3.3.0-1Thomas Lamprecht
Refresh patching out the non-client code and docs stuff but also add two new patches that adapt the `h2` (http2) crate to use the same 0.2.12 version of the `http` protocol as the PBS rust stack currently does. This is required to avoid a type-mismatch error for different versions of the `Response<RecvStream>` type. It can be dropped once Proxmox upgrades their hyper/h2/http stack. Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>