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:
parent
74911020cf
commit
b6c670b2db
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user