]> git.proxmox.com Git - proxmox-backup.git/commit - src/api2/admin/datastore.rs
bump proxmox to 0.3, cleanup http_err macro usage
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Jul 2020 07:38:11 +0000 (09:38 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Jul 2020 07:38:36 +0000 (09:38 +0200)
commit8aa67ee758d06791edb85c85d6a52ef49520467e
tree7815a06b753224d9718a28c94f0b12e9912815c8
parent3865e27e9627408497a439c9f02bc459a0dc8cd3
bump proxmox to 0.3, cleanup http_err macro usage

Also swap the order of a couple of `.map_err().await` to
`.await.map_err()` since that's generally more efficient.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
src/api2/access.rs
src/api2/admin/datastore.rs
src/api2/helpers.rs
src/api2/reader.rs
src/server/h2service.rs
src/server/rest.rs