update to nix 0.14, use code from proxmox:tools
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
//use proxmox_backup::tools;
|
||||
use proxmox_backup::try_block;
|
||||
use proxmox_backup::api_schema::router::*;
|
||||
use proxmox_backup::api_schema::config::*;
|
||||
use proxmox_backup::server::rest::*;
|
||||
@ -10,6 +9,7 @@ use proxmox_backup::config;
|
||||
|
||||
use failure::*;
|
||||
use lazy_static::lazy_static;
|
||||
use proxmox::tools::try_block;
|
||||
|
||||
use futures::*;
|
||||
use futures::future::Future;
|
||||
|
Reference in New Issue
Block a user