From 35b1de18d08ec20d00081870b88f8b4fac161a68 Mon Sep 17 00:00:00 2001 From: Sergey Konev Date: Mon, 28 Oct 2024 15:07:41 +0300 Subject: [PATCH] Changed .toml deps to depend on Alt's crates with alt's feature --- proxmox-apt/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmox-apt/Cargo.toml b/proxmox-apt/Cargo.toml index 8ebf8a39..348f43c2 100644 --- a/proxmox-apt/Cargo.toml +++ b/proxmox-apt/Cargo.toml @@ -24,7 +24,7 @@ proxmox-apt-api-types.workspace = true proxmox-config-digest = { workspace = true, features = ["openssl"] } proxmox-sys.workspace = true -apt-pkg-native = { version = "0.3.2", optional = true } +apt-pkg-native = {version = "0.3.2", git = "https://gitea.basealt.ru/konevsa/apt-pkg-native", optional = true } regex = { workspace = true, optional = true } nix = { workspace = true, optional = true } log = { workspace = true, optional = true } @@ -40,4 +40,4 @@ cache = [ "dep:proxmox-schema", ] -alt-linux = [] \ No newline at end of file +alt-linux = ["apt-pkg-native/alt-linux", "proxmox-apt-api-types/alt-linux"] \ No newline at end of file