mirror of
https://github.com/wofferl/proxmox-backup-arm64
synced 2025-12-06 00:13:41 +00:00
Fixes #14; Limit bumpalo version to 3.10
This commit is contained in:
@@ -15,11 +15,12 @@ diff --git a/Cargo.toml b/Cargo.toml
|
||||
index 60c3ae0..8464181 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -16,3 +16,8 @@ curl = "0.4"
|
||||
@@ -16,3 +16,9 @@ curl = "0.4"
|
||||
clap = "2.33"
|
||||
proxmox-io = "1"
|
||||
proxmox-sys = "0.2"
|
||||
+zstd-sys = { features = [ "pkg-config" ] }
|
||||
+bumpalo = "3.10.*"
|
||||
+
|
||||
+[patch.crates-io]
|
||||
+proxmox-io = { path = "../proxmox/proxmox-io" }
|
||||
|
||||
Reference in New Issue
Block a user