From c83627b1a6bd69aefaeb9c3fdd8e9f2d1ff46b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 2 Oct 2023 09:24:18 +0200 Subject: [PATCH] bump proxmox-sortable-macro to 0.1.3-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- proxmox-sortable-macro/Cargo.toml | 2 +- proxmox-sortable-macro/debian/changelog | 6 ++++++ proxmox-sortable-macro/debian/control | 16 ++++++++-------- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9fc10097..7635ba7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ proxmox-router = { version = "2.1.1", path = "proxmox-router" } proxmox-schema = { version = "2.0.0", path = "proxmox-schema" } proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" } proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] } -proxmox-sortable-macro = { version = "0.1.2", path = "proxmox-sortable-macro" } +proxmox-sortable-macro = { version = "0.1.3", path = "proxmox-sortable-macro" } proxmox-sys = { version = "0.5.0", path = "proxmox-sys" } proxmox-tfa = { version = "4.0.4", path = "proxmox-tfa" } proxmox-time = { version = "1.1.4", path = "proxmox-time" } diff --git a/proxmox-sortable-macro/Cargo.toml b/proxmox-sortable-macro/Cargo.toml index 60954c6f..ffe7ce31 100644 --- a/proxmox-sortable-macro/Cargo.toml +++ b/proxmox-sortable-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sortable-macro" -version = "0.1.2" +version = "0.1.3" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-sortable-macro/debian/changelog b/proxmox-sortable-macro/debian/changelog index 299645b2..9de6b973 100644 --- a/proxmox-sortable-macro/debian/changelog +++ b/proxmox-sortable-macro/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-sortable-macro (0.1.3-1) stable; urgency=medium + + * rebuild with syn 2 + + -- Proxmox Support Team Mon, 02 Oct 2023 09:23:20 +0200 + rust-proxmox-sortable-macro (0.1.2-1) proxmox-rust; urgency=medium * remove the need for an 'identity' macro diff --git a/proxmox-sortable-macro/debian/control b/proxmox-sortable-macro/debian/control index c192dfc6..26684d5e 100644 --- a/proxmox-sortable-macro/debian/control +++ b/proxmox-sortable-macro/debian/control @@ -8,9 +8,9 @@ Build-Depends: debhelper (>= 12), libstd-rust-dev , librust-proc-macro2-1+default-dev , librust-quote-1+default-dev , - librust-syn-1+default-dev , - librust-syn-1+full-dev , - librust-syn-1+visit-mut-dev + librust-syn-2+default-dev , + librust-syn-2+full-dev , + librust-syn-2+visit-mut-dev Maintainer: Proxmox Support Team Standards-Version: 4.6.1 Vcs-Git: git://git.proxmox.com/git/proxmox.git @@ -25,17 +25,17 @@ Depends: ${misc:Depends}, librust-proc-macro2-1+default-dev, librust-quote-1+default-dev, - librust-syn-1+default-dev, - librust-syn-1+full-dev, - librust-syn-1+visit-mut-dev + librust-syn-2+default-dev, + librust-syn-2+full-dev, + librust-syn-2+visit-mut-dev Provides: librust-proxmox-sortable-macro+default-dev (= ${binary:Version}), librust-proxmox-sortable-macro-0-dev (= ${binary:Version}), librust-proxmox-sortable-macro-0+default-dev (= ${binary:Version}), librust-proxmox-sortable-macro-0.1-dev (= ${binary:Version}), librust-proxmox-sortable-macro-0.1+default-dev (= ${binary:Version}), - librust-proxmox-sortable-macro-0.1.2-dev (= ${binary:Version}), - librust-proxmox-sortable-macro-0.1.2+default-dev (= ${binary:Version}) + librust-proxmox-sortable-macro-0.1.3-dev (= ${binary:Version}), + librust-proxmox-sortable-macro-0.1.3+default-dev (= ${binary:Version}) Description: Proxmox sortable macro - Rust source code This package contains the source for the Rust proxmox-sortable-macro crate, packaged by debcargo for use with cargo and dh-cargo.