fix url to apt-pkg-native crate #2

Merged
konevsa merged 1 commits from shaba-patch-1 into master 2024-11-07 14:58:18 +03:00

View File

@ -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", git = "https://gitea.basealt.ru/konevsa/apt-pkg-native", optional = true }
apt-pkg-native = {version = "0.3.2", git = "https://gitea.basealt.ru/Proxmox/apt-pkg-native.git", optional = true }
regex = { workspace = true, optional = true }
nix = { workspace = true, optional = true }
log = { workspace = true, optional = true }