mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-28 14:44:02 +00:00
bump proxmox version to 0.8.1-1
This commit is contained in:
parent
c7be237b57
commit
c9c28f7631
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox"
|
||||
edition = "2018"
|
||||
version = "0.8.0"
|
||||
version = "0.8.1"
|
||||
authors = [
|
||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox (0.8.1-1) unstable; urgency=medium
|
||||
|
||||
* trait ReadExt: add read_exact_or_eof and skip_to_end
|
||||
|
||||
* fix example array in Cargo.toml
|
||||
|
||||
-- root <root@elsa> Sun, 06 Dec 2020 09:07:45 +0100
|
||||
|
||||
rust-proxmox (0.8.0-1) unstable; urgency=medium
|
||||
|
||||
* `make_tmp_file` now returns a guarded `Fd` instead of a `RawFd`
|
||||
|
Loading…
Reference in New Issue
Block a user