bump sys crate

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-16 11:35:00 +01:00
parent eeb8e7f839
commit 3d9fdb5634
4 changed files with 19 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-sys"
edition = "2018"
version = "0.1.2"
version = "0.1.3"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>",

View File

@ -1,3 +1,11 @@
rust-proxmox-sys (0.1.3-1) proxmox-rust; urgency=medium
* rename PidStat::read_for_pid -> read_from_pid
* sys: drop deprecated items
-- Proxmox Support Team <support@proxmox.com> Thu, 16 Jan 2020 11:34:14 +0100
rust-proxmox-sys (0.1.2-1) proxmox-rust; urgency=medium
* Add helper macros for ffi code: c_try, c_result, io_bail, io_bail_last,

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox"
edition = "2018"
version = "0.1.3"
version = "0.1.4"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
@ -14,7 +14,7 @@ exclude = [ "debian" ]
[dependencies]
proxmox-api = { path = "../proxmox-api", default-features = false, version = "0.1.2" }
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.1.1" }
proxmox-sys = { path = "../proxmox-sys", version = "0.1.2" }
proxmox-sys = { path = "../proxmox-sys", version = "0.1.3" }
proxmox-tools = { path = "../proxmox-tools", version = "0.1.2" }
proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.0" }

View File

@ -1,3 +1,11 @@
rust-proxmox (0.1.4-1) unstable; urgency=medium
* sys: rename PidStat::read_for_pid -> read_from_pid
* sys: drop deprecated items
-- Proxmox Support Team <support@proxmox.com> Thu, 16 Jan 2020 11:34:29 +0100
rust-proxmox (0.1.3-1) unstable; urgency=medium
* proxmox-tools: bump to 0.1.2