diff --git a/proxmox-dns-api/Cargo.toml b/proxmox-dns-api/Cargo.toml index eb5b5e9d..a4b12b30 100644 --- a/proxmox-dns-api/Cargo.toml +++ b/proxmox-dns-api/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-dns-api" description = "DNS Management API implementation" -version = "0.1.4" +version = "0.1.5" authors.workspace = true edition.workspace = true diff --git a/proxmox-dns-api/debian/changelog b/proxmox-dns-api/debian/changelog index 871b3a3e..28c535ff 100644 --- a/proxmox-dns-api/debian/changelog +++ b/proxmox-dns-api/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-dns-api (0.1.5-1) bookworm; urgency=medium + + * rebuild with proxmox-schema 4.0 + + -- Proxmox Support Team Wed, 15 Jan 2025 12:49:56 +0100 + rust-proxmox-dns-api (0.1.4-1) bookworm; urgency=medium * replace lazy_static with std's LazyLock and drop the dependency diff --git a/proxmox-dns-api/debian/control b/proxmox-dns-api/debian/control index ddbedd56..47a65775 100644 --- a/proxmox-dns-api/debian/control +++ b/proxmox-dns-api/debian/control @@ -9,9 +9,9 @@ Build-Depends: debhelper-compat (= 13), librust-anyhow-1+default-dev , librust-const-format-0.2+default-dev , librust-proxmox-config-digest-0.1+default-dev , - librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~) , - librust-proxmox-schema-3+api-types-dev (>= 3.1.2-~~) , - librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) , + librust-proxmox-schema-4+api-macro-dev , + librust-proxmox-schema-4+api-types-dev , + librust-proxmox-schema-4+default-dev , librust-regex-1+default-dev (>= 1.5-~~) , librust-serde-1+default-dev , librust-serde-1+derive-dev @@ -31,9 +31,9 @@ Depends: librust-anyhow-1+default-dev, librust-const-format-0.2+default-dev, librust-proxmox-config-digest-0.1+default-dev, - librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~), - librust-proxmox-schema-3+api-types-dev (>= 3.1.2-~~), - librust-proxmox-schema-3+default-dev (>= 3.1.2-~~), + librust-proxmox-schema-4+api-macro-dev, + librust-proxmox-schema-4+api-types-dev, + librust-proxmox-schema-4+default-dev, librust-regex-1+default-dev (>= 1.5-~~), librust-serde-1+default-dev, librust-serde-1+derive-dev @@ -45,8 +45,8 @@ Provides: librust-proxmox-dns-api-0+default-dev (= ${binary:Version}), librust-proxmox-dns-api-0.1-dev (= ${binary:Version}), librust-proxmox-dns-api-0.1+default-dev (= ${binary:Version}), - librust-proxmox-dns-api-0.1.4-dev (= ${binary:Version}), - librust-proxmox-dns-api-0.1.4+default-dev (= ${binary:Version}) + librust-proxmox-dns-api-0.1.5-dev (= ${binary:Version}), + librust-proxmox-dns-api-0.1.5+default-dev (= ${binary:Version}) Description: DNS Management API implementation - Rust source code Source code for Debianized Rust crate "proxmox-dns-api" @@ -57,11 +57,11 @@ Depends: ${misc:Depends}, librust-proxmox-dns-api-dev (= ${binary:Version}), librust-proxmox-config-digest-0.1+openssl-dev, - librust-proxmox-sys-0.6+default-dev + librust-proxmox-sys-0.6+default-dev (>= 0.6.5-~~) Provides: librust-proxmox-dns-api-0+impl-dev (= ${binary:Version}), librust-proxmox-dns-api-0.1+impl-dev (= ${binary:Version}), - librust-proxmox-dns-api-0.1.4+impl-dev (= ${binary:Version}) + librust-proxmox-dns-api-0.1.5+impl-dev (= ${binary:Version}) Description: DNS Management API implementation - feature "impl" This metapackage enables feature "impl" for the Rust proxmox-dns-api crate, by pulling in any additional dependencies needed by that feature.