mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-30 09:24:30 +00:00
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]
|
[package]
|
||||||
name = "proxmox"
|
name = "proxmox"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
authors = [
|
authors = [
|
||||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||||
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||||
@ -25,7 +25,7 @@ endian_trait = { version = "0.6", features = ["arrays"] }
|
|||||||
regex = "1.2"
|
regex = "1.2"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
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
|
# libc, nix, lazy_static
|
||||||
|
|
||||||
# sys module:
|
# 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
|
rust-proxmox (0.1.6-1) unstable; urgency=medium
|
||||||
|
|
||||||
* merge tools, sys and api crate into the proxmox main crate to reduce
|
* merge tools, sys and api crate into the proxmox main crate to reduce
|
||||||
|
Loading…
Reference in New Issue
Block a user