mirror of
https://git.proxmox.com/git/pmg-log-tracker
synced 2025-05-30 02:52:07 +00:00
cargo: relaxe libc dependency to minor 0.2 version
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
915a5aa7f8
commit
ac32804169
@ -13,4 +13,4 @@ exclude = [ "build", "debian" ]
|
|||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
clap = "2.33"
|
clap = "2.33"
|
||||||
flate2 = "1.0"
|
flate2 = "1.0"
|
||||||
libc = "0.2.48"
|
libc = "0.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user