remove valgrind feature for now and bump to 0.1.7

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-21 12:23:50 +01:00
parent 74911020cf
commit b6c670b2db
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox"
edition = "2018"
version = "0.1.6"
version = "0.1.7"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
@ -25,7 +25,7 @@ endian_trait = { version = "0.6", features = ["arrays"] }
regex = "1.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
valgrind_request = { git = "https://github.com/edef1c/libvalgrind_request", version = "1.1.0", optional = true }
#valgrind_request = { git = "https://github.com/edef1c/libvalgrind_request", version = "1.1.0", optional = true }
# libc, nix, lazy_static
# sys module:

View File

@ -1,3 +1,9 @@
rust-proxmox (0.1.7-1) unstable; urgency=medium
* disable valgrind features for now due to packaging issues
-- Proxmox Support Team <support@proxmox.com> Tue, 21 Jan 2020 12:23:58 +0100
rust-proxmox (0.1.6-1) unstable; urgency=medium
* merge tools, sys and api crate into the proxmox main crate to reduce