forked from proxmox-mirrors/proxmox
tree-wide: bump edition to 2021
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
d70ae30a43
commit
378b763408
@ -2,7 +2,7 @@
|
||||
name = "pbs-api-types"
|
||||
version = "0.1.0"
|
||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
description = "general API type helpers for PBS"
|
||||
|
||||
[dependencies]
|
||||
|
@ -1,6 +1,4 @@
|
||||
//! Types for tape drive API
|
||||
use std::convert::TryFrom;
|
||||
|
||||
use anyhow::{bail, Error};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
//! compared with each other, as in those cases the comparison has meaning.
|
||||
|
||||
use std::borrow::Borrow;
|
||||
use std::convert::TryFrom;
|
||||
use std::fmt;
|
||||
|
||||
use anyhow::{bail, format_err, Error};
|
||||
|
Loading…
Reference in New Issue
Block a user