Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-30 | bump version to 3.3.0-1 | Thomas 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> |