diff --git a/proxmox-simple-config/Cargo.toml b/proxmox-simple-config/Cargo.toml index 90f7c820..b9c3d99b 100644 --- a/proxmox-simple-config/Cargo.toml +++ b/proxmox-simple-config/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-simple-config" description = "Simple key/value format for configuration files." -version = "0.1.1" +version = "0.1.2" authors.workspace = true edition.workspace = true diff --git a/proxmox-simple-config/debian/changelog b/proxmox-simple-config/debian/changelog index 260d1296..908255da 100644 --- a/proxmox-simple-config/debian/changelog +++ b/proxmox-simple-config/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-simple-config (0.1.2-1) bookworm; urgency=medium + + * rebuild with proxmox-schema 4.0 + + -- Proxmox Support Team Wed, 15 Jan 2025 12:26:10 +0100 + rust-proxmox-simple-config (0.1.1-1) bookworm; urgency=medium * remove unused dependency on proxmox-log diff --git a/proxmox-simple-config/debian/control b/proxmox-simple-config/debian/control index 966ba8dd..5815305f 100644 --- a/proxmox-simple-config/debian/control +++ b/proxmox-simple-config/debian/control @@ -7,9 +7,9 @@ Build-Depends: debhelper-compat (= 13), rustc:native , libstd-rust-dev , librust-anyhow-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-serde-1+default-dev , librust-serde-1+derive-dev , librust-serde-json-1+default-dev @@ -27,9 +27,9 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-anyhow-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-serde-1+default-dev, librust-serde-1+derive-dev, librust-serde-json-1+default-dev @@ -39,7 +39,7 @@ Provides: librust-proxmox-simple-config-0+default-dev (= ${binary:Version}), librust-proxmox-simple-config-0.1-dev (= ${binary:Version}), librust-proxmox-simple-config-0.1+default-dev (= ${binary:Version}), - librust-proxmox-simple-config-0.1.1-dev (= ${binary:Version}), - librust-proxmox-simple-config-0.1.1+default-dev (= ${binary:Version}) + librust-proxmox-simple-config-0.1.2-dev (= ${binary:Version}), + librust-proxmox-simple-config-0.1.2+default-dev (= ${binary:Version}) Description: Simple key/value format for configuration files - Rust source code Source code for Debianized Rust crate "proxmox-simple-config"