mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-24 17:27:08 +00:00
pve-rs: record proxmox-time dependency
fixes build with new calendar event perlmod binding Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e75f545a2f
commit
81cb2194ff
@ -32,3 +32,4 @@ perlmod = { version = "0.10", features = [ "exporter" ] }
|
|||||||
proxmox-apt = "0.8"
|
proxmox-apt = "0.8"
|
||||||
proxmox-openid = "0.9"
|
proxmox-openid = "0.9"
|
||||||
proxmox-tfa = { version = "2", features = ["api"] }
|
proxmox-tfa = { version = "2", features = ["api"] }
|
||||||
|
proxmox-time = "1.1.3"
|
||||||
|
@ -20,6 +20,7 @@ Build-Depends:
|
|||||||
librust-proxmox-openid-0.9+default-dev,
|
librust-proxmox-openid-0.9+default-dev,
|
||||||
librust-proxmox-tfa-2+api-dev,
|
librust-proxmox-tfa-2+api-dev,
|
||||||
librust-proxmox-tfa-2+default-dev,
|
librust-proxmox-tfa-2+default-dev,
|
||||||
|
librust-proxmox-time-1.1.3+default-dev,
|
||||||
librust-serde-1+default-dev,
|
librust-serde-1+default-dev,
|
||||||
librust-serde-bytes-0.11+default-dev,
|
librust-serde-bytes-0.11+default-dev,
|
||||||
librust-serde-json-1+default-dev,
|
librust-serde-json-1+default-dev,
|
||||||
|
Loading…
Reference in New Issue
Block a user