]> git.proxmox.com Git - proxmox.git/commit
bump proxmox crate to 0.1.7
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 21 Jan 2020 11:28:01 +0000 (12:28 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 21 Jan 2020 12:48:37 +0000 (13:48 +0100)
commit6b5dc96c7dad65af1036fc431caefcff636dd818
treed5307b58308503fd7a881b854988d621fa32736a
parenta185257e80475ba339ceb114b7348f7380b51187
bump proxmox crate to 0.1.7

The -sys, -tools and -api crate have now been merged into
the proxmx crate directly. Only macro crates are separate
(but still reexported by the proxmox crate in their
designated locations).

When we need to depend on "parts" of the crate later on
we'll just have to use features.

The reason is mostly that these modules had
inter-dependencies which really make them not independent
enough to be their own crates.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/server/h2service.rs
src/server/rest.rs