[pbs-devel] applied-series: [PATCH proxmox-backup 0/2] reduce pbs-api-types deps
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Jan 14 06:30:37 CET 2022
On 12.01.22 14:52, Fabian Grünbichler wrote:
> this cuts down the dependency tree of pbs-api-types by 31 (transitive)
> deps (and shaves off a whopping 2-3s of `cargo build --release` time
> ;)). obviously we use all those deps in pbs itself, but simplification
> doesn't hurt if we want to re-use this elsewhere.
>
> Fabian Grünbichler (2):
> api-types: move RsaPubKeyInfo to pbs-client
> api-types: relax NODENAME_SCHEMA
>
> pbs-api-types/Cargo.toml | 4 ---
> pbs-api-types/src/lib.rs | 44 ++------------------------------
> proxmox-backup-client/src/key.rs | 37 ++++++++++++++++++++++++++-
> 3 files changed, 38 insertions(+), 47 deletions(-)
>
applied, thanks!
More information about the pbs-devel
mailing list