mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-14 21:55:22 +00:00
bump proxmox version to 0.12.0-1
This commit is contained in:
parent
08c2fc4acb
commit
82d7a1cdbf
@ -19,7 +19,7 @@ syn = { version = "1.0", features = [ "extra-traits", "full", "visit-mut" ] }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
proxmox = { version = "0.11.0", path = "../proxmox", features = [ "test-harness", "api-macro" ] }
|
proxmox = { version = "0.12.0", path = "../proxmox", features = [ "test-harness", "api-macro" ] }
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
@ -21,7 +21,7 @@ openssl = { version = "0.10", optional = true }
|
|||||||
tokio = { version = "1.0", features = [], optional = true }
|
tokio = { version = "1.0", features = [], optional = true }
|
||||||
tokio-openssl = { version = "0.6.1", optional = true }
|
tokio-openssl = { version = "0.6.1", optional = true }
|
||||||
|
|
||||||
proxmox = { path = "../proxmox", optional = true, version = "0.11.3", default-features = false }
|
proxmox = { path = "../proxmox", optional = true, version = "0.12.0", default-features = false }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox"
|
name = "proxmox"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
version = "0.11.6"
|
version = "0.12.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||||
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
rust-proxmox (0.12.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* open_file_locked: add options parameter (CreateOptions)
|
||||||
|
|
||||||
|
* new helper atomic_open_or_create_file()
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Tue, 20 Jul 2021 10:24:34 +0200
|
||||||
|
|
||||||
rust-proxmox (0.11.6-1) unstable; urgency=medium
|
rust-proxmox (0.11.6-1) unstable; urgency=medium
|
||||||
|
|
||||||
* make_tmp_file: return File instead of Fd
|
* make_tmp_file: return File instead of Fd
|
||||||
|
Loading…
Reference in New Issue
Block a user