Changed .toml deps to depend on Alt's crates with alt's feature
This commit is contained in:
parent
314e563210
commit
35b1de18d0
@ -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 = []
|
||||
alt-linux = ["apt-pkg-native/alt-linux", "proxmox-apt-api-types/alt-linux"]
|
Loading…
x
Reference in New Issue
Block a user