mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-29 00:56:52 +00:00
bump proxmox to 0.6.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
8cbf9cb7c8
commit
0cd88fd832
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox"
|
name = "proxmox"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||||
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
rust-proxmox (0.6.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* fix a case where use of the api attribute macro can generate unused
|
||||||
|
variable warnings
|
||||||
|
|
||||||
|
* RpcEnvironment: rename user to auth_id
|
||||||
|
|
||||||
|
* add proxmox::tools::tfa for totp and u2f implementations
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2020 15:02:38 +0100
|
||||||
|
|
||||||
rust-proxmox (0.5.0-1) unstable; urgency=medium
|
rust-proxmox (0.5.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* bump nix dependency to 0.19
|
* bump nix dependency to 0.19
|
||||||
|
Loading…
Reference in New Issue
Block a user